Rename Bus Add to Create
This commit is contained in:
+6
-1
@@ -14,7 +14,12 @@ namespace CachetHQ\Cachet\Bus\Events\User;
|
||||
use CachetHQ\Cachet\Bus\Events\ActionInterface;
|
||||
use CachetHQ\Cachet\Models\User;
|
||||
|
||||
final class UserWasAddedEvent implements ActionInterface, UserEventInterface
|
||||
/**
|
||||
* This is the user was created event class.
|
||||
*
|
||||
* @author James Brooks <james@alt-three.com>
|
||||
*/
|
||||
final class UserWasCreatedEvent implements ActionInterface, UserEventInterface
|
||||
{
|
||||
/**
|
||||
* The user that has been added.
|
||||
Reference in New Issue
Block a user