| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class NewUserCreated |
||
| 15 | { |
||
| 16 | use Dispatchable; |
||
| 17 | use SerializesModels; |
||
|
1 ignored issue
–
show
|
|||
| 18 | use InteractsWithSockets; |
||
| 19 | |||
| 20 | public $user; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Create a new event instance |
||
| 24 | */ |
||
| 25 | public function __construct(User $user) |
||
| 30 |