We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7351744 commit d838151Copy full SHA for d838151
.gitignore
@@ -0,0 +1 @@
1
+/.idea/
Providers/FtpServiceProvider.php
@@ -82,18 +82,6 @@ public function registerTranslations()
82
}
83
84
85
- /**
86
- * Register an additional directory of factories.
87
- *
88
- * @return void
89
- */
90
- public function registerFactories()
91
- {
92
- if (! app()->environment('production')) {
93
- app(Factory::class)->load(__DIR__ . '/../Database/factories');
94
- }
95
96
-
97
/**
98
* Get the services provided by the provider.
99
*
0 commit comments