| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class GdprDownloaded |
||
| 9 | { |
||
| 10 | use SerializesModels; |
||
|
|
|||
| 11 | |||
| 12 | /** |
||
| 13 | * @var \Illuminate\Contracts\Auth\Authenticatable |
||
| 14 | */ |
||
| 15 | public $user; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Create a new event instance. |
||
| 19 | * |
||
| 20 | * @param \App\Authenticatable $user |
||
| 21 | * |
||
| 22 | * @return void |
||
| 23 | */ |
||
| 24 | public function __construct(Authenticatable $user) |
||
| 29 |