protected static function booted() { self::addGlobalScope('latest', function ($query){ $query->latest('updated_at'); }); }