File manager - Edit - /home/linknsbh/proffy.online/app/Repositories/CurrencyRepository.php
Back
<?php namespace App\Repositories; use App\Models\Currency; /** * Class CurrencyRepository */ class CurrencyRepository extends BaseRepository { /** * @var array */ protected $fieldSearchable = [ 'name', 'code', 'symbol', 'created_at', ]; /** * Return searchable fields */ public function getFieldsSearchable(): array { return $this->fieldSearchable; } /** * Configure the Model **/ public function model() { return Currency::class; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.77 |
proxy
|
phpinfo
|
Settings