Move the opening brace for the DashboardModel boot to the next line

This commit is contained in:
Kevin MacMartin 2022-06-20 18:27:07 -04:00
parent f12efa7755
commit e5ba9e38e3

View file

@ -129,7 +129,8 @@ class DashboardModel extends Model
* *
* @return null * @return null
*/ */
public static function boot() { public static function boot()
{
parent::boot(); parent::boot();
static::deleting(function($item) { static::deleting(function($item) {