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

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