From 82f3a37a3eec4b626ba17cad0ddb441b910a5adb Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 27 Apr 2021 06:45:11 +0200 Subject: [PATCH] Clean up some code. --- .ci/phpstan.neon | 2 +- app/Models/Account.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/phpstan.neon b/.ci/phpstan.neon index 199a9a91bf..12c4a66b9d 100644 --- a/.ci/phpstan.neon +++ b/.ci/phpstan.neon @@ -30,4 +30,4 @@ parameters: - ../bootstrap/app.php # The level 8 is the highest level. original was 5 - level: 2 + level: 3 diff --git a/app/Models/Account.php b/app/Models/Account.php index def09a07af..fd7e650407 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -89,7 +89,6 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; * @method static Builder|Account withoutTrashed() * @mixin Eloquent * @property Carbon $lastActivityDate - * */ class Account extends Model {