Skip to content

Commit 0cf62f1

Browse files
author
Alexandru Doras
committed
Replace direct mention of laravel application class by application contract
1 parent 6bc7d1b commit 0cf62f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Factories/Factory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Illuminate\Container\Container;
88
use Illuminate\Database\Eloquent\Collection as EloquentCollection;
99
use Illuminate\Database\Eloquent\Model;
10-
use Illuminate\Foundation\Application;
10+
use Illuminate\Contracts\Foundation\Application;
1111
use Illuminate\Support\Collection;
1212
use Illuminate\Support\Str;
1313
use Illuminate\Support\Traits\ForwardsCalls;

0 commit comments

Comments
 (0)