Clean up some code.

This commit is contained in:
James Cole
2021-04-27 06:45:11 +02:00
parent 112a27dbd9
commit 82f3a37a3e
2 changed files with 1 additions and 2 deletions

View File

@@ -30,4 +30,4 @@ parameters:
- ../bootstrap/app.php - ../bootstrap/app.php
# The level 8 is the highest level. original was 5 # The level 8 is the highest level. original was 5
level: 2 level: 3

View File

@@ -89,7 +89,6 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @method static Builder|Account withoutTrashed() * @method static Builder|Account withoutTrashed()
* @mixin Eloquent * @mixin Eloquent
* @property Carbon $lastActivityDate * @property Carbon $lastActivityDate
*
*/ */
class Account extends Model class Account extends Model
{ {