%PDF- %PDF-
Direktori : /var/www/html/hr/api/app/Exceptions/ |
Current File : /var/www/html/hr/api/app/Exceptions/ModuleNotEnabledException.php |
<?php namespace App\Exceptions; class ModuleNotEnabledException extends ApiException { public function render() { return $this->response() ->forbidden([ 'message' => trans('modules.not_enabled'), ]); } }