Skip to content

Commit 1ae3e0b

Browse files
committed
Revert "Fix namespace"
This reverts commit 95cc70a.
1 parent 95cc70a commit 1ae3e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Illuminate\Contracts\Foundation\CachesConfiguration;
88
use Illuminate\Contracts\Foundation\CachesRoutes;
99
use Illuminate\Contracts\Support\DeferrableProvider;
10-
use Illuminate\Database\Eloquent\Factories\Factory as ModelFactory;
10+
use Illuminate\Database\Eloquent\Factory as ModelFactory;
1111
use Illuminate\View\Compilers\BladeCompiler;
1212

1313
abstract class ServiceProvider

0 commit comments

Comments
 (0)