File manager - Edit - /var/www/payraty/inventory_main/app/Services/WeightUnit/WeightUnitService.php
Back
<?php namespace App\Services\WeightUnit; use App\Models\WeightUnit; use App\Services\BaseService; /** * WeightUnitService */ class WeightUnitService extends BaseService { /** * __construct * * @param mixed $model * @return void */ public function __construct(WeightUnit $model) { parent::__construct($model); } public function all() { return $this->model->paginate(10); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings