Total Complexity | 1 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
15 | class ContentCreating |
||
16 | { |
||
17 | use Dispatchable, InteractsWithSockets, SerializesModels; |
||
|
|||
18 | |||
19 | public $request; |
||
20 | public $entity; |
||
21 | |||
22 | /** |
||
23 | * Create a new event instance. |
||
24 | * |
||
25 | * @param Request $request |
||
26 | * @return void |
||
27 | */ |
||
28 | public function __construct(Request $request, Entity $entity) |
||
34 |