Skip to content

Commit

Permalink
Apply fixes from StyleCI (#33778)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Aug 6, 2020
1 parent bf73487 commit 9d3aa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/DatabaseEloquentModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
namespace Illuminate\Tests\Database;

use DateTime;
use Illuminate\Database\ConnectionResolverInterface as Resolver;
use DateTimeImmutable;
use DateTimeInterface;
use Exception;
use Foo\Bar\EloquentModelNamespacedStub;
use Illuminate\Contracts\Events\Dispatcher;
use Illuminate\Database\Connection;
use Illuminate\Database\ConnectionResolverInterface;
use Illuminate\Database\ConnectionResolverInterface as Resolver;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\JsonEncodingException;
Expand Down

0 comments on commit 9d3aa04

Please sign in to comment.