Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class RepositoryFilesGenerated |
||
9 | { |
||
10 | use Dispatchable; |
||
11 | use SerializesModels; |
||
|
|||
12 | |||
13 | public string $userPath; |
||
14 | public string $basePath; |
||
15 | public string $modelName; |
||
16 | |||
17 | /** |
||
18 | * Create a new event instance. |
||
19 | * |
||
20 | * @return void |
||
21 | */ |
||
22 | public function __construct(string $basePath, string $userPath, string $modelName) |
||
29 |