Файловый менеджер - Редактировать - /home/clickysoft/public_html/assets.clickysoft.net/app/Repositories/CurrenciesRepositoryInterface.php
Назад
<?php namespace App\Repositories; use App\Models\Currency; use Illuminate\Http\Request; interface CurrenciesRepositoryInterface { public function getAllCurrencies(Request $request); public function getCurrenciesDropDown(); public function storeCurrency($data); public function updateCurrency($data, Currency $currency); public function destroyCurrency(Currency $currency); public function massDestroyCurrencies($ids); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка