Skip to content

Commit

Permalink
Apply StyleCI patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mnabialek committed Aug 31, 2017
1 parent 9f67679 commit 462b42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/DatabaseEloquentHasManyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
use stdClass;
use Mockery as m;
use PHPUnit\Framework\TestCase;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Collection;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Database\Eloquent\Model;

class DatabaseEloquentHasManyTest extends TestCase
{
Expand Down

0 comments on commit 462b42a

Please sign in to comment.