Skip to content

Commit

Permalink
Apply fixes from StyleCI (#35216)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 13, 2020
1 parent 8bf80de commit be56c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Factories/Factory.php
Expand Up @@ -3,7 +3,6 @@
namespace Illuminate\Database\Eloquent\Factories;

use Closure;
use Throwable;
use Faker\Generator;
use Illuminate\Container\Container;
use Illuminate\Database\Eloquent\Collection as EloquentCollection;
Expand All @@ -12,6 +11,7 @@
use Illuminate\Support\Collection;
use Illuminate\Support\Str;
use Illuminate\Support\Traits\ForwardsCalls;
use Throwable;

abstract class Factory
{
Expand Down

0 comments on commit be56c6f

Please sign in to comment.