Another phpcs fix

This commit is contained in:
Jonny Barnes 2020-02-22 12:09:26 +00:00
parent bd380e365c
commit 7fe74c00b0

View file

@ -7,6 +7,8 @@ namespace App\Models;
use Illuminate\Foundation\Auth\User as Authenticatable; use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable; use Illuminate\Notifications\Notifiable;
// phpcs:disable Generic.Files.LineLength.TooLong
/** /**
* App\Models\User. * App\Models\User.
* *
@ -31,6 +33,7 @@ use Illuminate\Notifications\Notifiable;
*/ */
class User extends Authenticatable class User extends Authenticatable
{ {
// phpcs:enable Generic.Files.LineLength.TooLong
use Notifiable; use Notifiable;
/** /**