remove redundant use statement

This commit is contained in:
Herbert Maschke 2020-01-24 15:16:26 +01:00
parent e948b30e35
commit 6c83e03fe4
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,6 @@ use Illuminate\Database\Eloquent\Factory as EloquentFactory;
use Illuminate\Support\ServiceProvider;
use Illuminate\Routing\Router;
use Webkul\Customer\Http\Middleware\RedirectIfNotCustomer;
use Illuminate\Database\Eloquent\Factory as EloquentFactory;
class CustomerServiceProvider extends ServiceProvider
{
@ -24,7 +23,8 @@ class CustomerServiceProvider extends ServiceProvider
/**
* Register factories.
*
* @param string $path
* @param string $path
*
* @return void
*/
protected function registerEloquentFactoriesFrom($path): void