Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/app/Scopes/ActiveScope.php
Назад
<?php namespace App\Scopes; use Illuminate\Database\Eloquent\Builder; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Scope; class ActiveScope implements Scope { /** * Apply the scope to a given Eloquent query builder. * * @param Builder $builder * @param Model $model * @return void */ public function apply(Builder $builder, Model $model) { $builder->where($model->getTable() . '.status', '=', 'active'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка