host = env('APP_URL'); } //默认按id desc排序 protected static function booted() { static::addGlobalScope('orderById', function (Builder $builder) { $builder->orderBy((new static())->getTable().'.id', 'desc'); }); } }