1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-15 09:50:17 -04:00

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
*/
public static function boot() {
public static function boot()
{
parent::boot();
static::deleting(function($item) {