Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
order imports by length, not alphabetically
  • Loading branch information
browner12 committed Mar 14, 2017
1 parent 7a302f6 commit 29ed5d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Illuminate\Foundation\Testing\Concerns;

use Illuminate\Foundation\Testing\Constraints\HasSoftDeletedInDatabase;
use PHPUnit_Framework_Constraint_Not as ReverseConstraint;
use Illuminate\Foundation\Testing\Constraints\HasInDatabase;
use Illuminate\Foundation\Testing\Constraints\HasSoftDeletedInDatabase;

trait InteractsWithDatabase
{
Expand Down

0 comments on commit 29ed5d7

Please sign in to comment.