Файловый менеджер - Редактировать - /home/clickysoft/public_html/assets.clickysoft.net/app/Repositories/AssetsRepositoryInterface.php
Назад
<?php namespace App\Repositories; use Illuminate\Http\Request; use App\Models\Asset; interface AssetsRepositoryInterface { public function getAllAssets(Request $request); public function getAssetDropdown(Request $request); public function storeAsset(Request $request); public function getAsset(Asset $asset); public function updateAsset(Asset $asset, Request $request); public function deleteAsset(Asset $asset); public function assignAssetToUser($tagId, $assetId, $userId); public function massDestroyAssets($ids); }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка