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