Файловый менеджер - Редактировать - /home/clickysoft/public_html/assets.clickysoft.net/app/Repositories/MaintenanceSchedulesRepositoryInterface.php
Назад
<?php namespace App\Repositories; use App\Models\MaintenanceSchedule; use Illuminate\Http\Request; interface MaintenanceSchedulesRepositoryInterface { public function getAllMaintenanceSchedules(Request $request); public function getMaintenanceSchedulesDropDownList(); public function storeMaintenanceSchedule($data); public function getMaintenanceSchedule(MaintenanceSchedule $maintenance_schedule); public function updateMaintenanceSchedule($data, MaintenanceSchedule $maintenance_schedule); public function destroyMaintenanceSchedule(MaintenanceSchedule $maintenance_schedule); public function massDestroyMaintenanceSchedules($ids); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка