Skip to content

Commit d838151

Browse files
committed
Remove factory. Add .gitignore
1 parent 7351744 commit d838151

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.idea/

Providers/FtpServiceProvider.php

-12
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,6 @@ public function registerTranslations()
8282
}
8383
}
8484

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-
9785
/**
9886
* Get the services provided by the provider.
9987
*

0 commit comments

Comments
 (0)