Skip to content

Commit

Permalink
import by length
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniverse authored Sep 12, 2016
1 parent 4a1fef1 commit 2948c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Foundation/Auth/RegistersUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace Illuminate\Foundation\Auth;

use Illuminate\Auth\Events\Registered;
use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Illuminate\Auth\Events\Registered;
use Illuminate\Contracts\Auth\Authenticatable;

trait RegistersUsers
{
Expand Down

0 comments on commit 2948c4c

Please sign in to comment.