@@ -47,6 +47,7 @@ |
||
47 | 47 | * By default Laravel takes (server/database/factories) as the |
48 | 48 | * path to the factories, this function changes the path to load |
49 | 49 | * the factories from the infrastructure directory. |
50 | + * @param string $customPath |
|
50 | 51 | */ |
51 | 52 | public function changeTheDefaultDatabaseModelsFactoriesPath($customPath) |
52 | 53 | { |
@@ -38,7 +38,7 @@ |
||
38 | 38 | } |
39 | 39 | |
40 | 40 | /** |
41 | - * @param $directory |
|
41 | + * @param string $directory |
|
42 | 42 | */ |
43 | 43 | private function loadConfigs($directory) |
44 | 44 | { |
@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace App\Port\Provider\Traits; |
4 | 4 | |
5 | 5 | use App; |
6 | -use DB; |
|
7 | -use Log; |
|
8 | 6 | |
9 | 7 | /** |
10 | 8 | * Class AutoRegisterServiceProvidersTrait. |