From 7fe74c00b05a5bd805c0dc7959d3f5dcca7b8ae9 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 22 Feb 2020 12:09:26 +0000 Subject: [PATCH] Another phpcs fix --- app/Models/User.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Models/User.php b/app/Models/User.php index 792ea3a2..e5aef30f 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -7,6 +7,8 @@ namespace App\Models; use Illuminate\Foundation\Auth\User as Authenticatable; use Illuminate\Notifications\Notifiable; +// phpcs:disable Generic.Files.LineLength.TooLong + /** * App\Models\User. * @@ -31,6 +33,7 @@ use Illuminate\Notifications\Notifiable; */ class User extends Authenticatable { + // phpcs:enable Generic.Files.LineLength.TooLong use Notifiable; /**