belongsTo(User::class); } protected function casts(): array { return [ 'notif_style' => NotifStyle::class, 'top_navigation' => 'boolean', ]; } }