Skip to content

Commit

Permalink
Replace direct mention of laravel application class by application co…
Browse files Browse the repository at this point in the history
…ntract
  • Loading branch information
Alexandru Doras committed Jan 29, 2021
1 parent 6bc7d1b commit 0cf62f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Factories/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Illuminate\Container\Container;
use Illuminate\Database\Eloquent\Collection as EloquentCollection;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Foundation\Application;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Support\Collection;
use Illuminate\Support\Str;
use Illuminate\Support\Traits\ForwardsCalls;
Expand Down

0 comments on commit 0cf62f1

Please sign in to comment.