Skip to content

Commit ac69197

Browse files
committed
Apply php-cs-fixer changes
1 parent e7eb68e commit ac69197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/User.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
namespace App;
44

5-
use Illuminate\Notifications\Notifiable;
5+
use Illuminate\Foundation\Auth\User as Authenticatable;
66

77

88

9-
use Illuminate\Foundation\Auth\User as Authenticatable;
9+
use Illuminate\Notifications\Notifiable;
1010

1111
class User extends Authenticatable
1212
{

0 commit comments

Comments
 (0)