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