File manager - Edit - /home/linknsbh/cecil-hotel.net/platform/plugins/hotel/src/Repositories/Eloquent/CurrencyRepository.php
Back
<?php namespace Botble\Hotel\Repositories\Eloquent; use Botble\Hotel\Repositories\Interfaces\CurrencyInterface; use Botble\Support\Repositories\Eloquent\RepositoriesAbstract; class CurrencyRepository extends RepositoriesAbstract implements CurrencyInterface { public function getAllCurrencies() { $data = $this->model ->orderBy('order', 'ASC') ->get(); $this->resetModel(); return $data; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.11 |
proxy
|
phpinfo
|
Settings