From e5ba9e38e375ddc2dd8cd365a51d53471891c7cb Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 20 Jun 2022 18:27:07 -0400 Subject: [PATCH] Move the opening brace for the DashboardModel boot to the next line --- app/Models/DashboardModel.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Models/DashboardModel.php b/app/Models/DashboardModel.php index 03caecc..55ab1e3 100644 --- a/app/Models/DashboardModel.php +++ b/app/Models/DashboardModel.php @@ -129,7 +129,8 @@ class DashboardModel extends Model * * @return null */ - public static function boot() { + public static function boot() + { parent::boot(); static::deleting(function($item) {