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