whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
app
/
Http
/
Requests
/
Yodlee
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/app/Http/Requests/Yodlee/YodleeAdminRequest.php
<?php /** * Invoice Ninja (https://invoiceninja.com). * * @link https://github.com/invoiceninja/invoiceninja source repository * * @copyright Copyright (c) 2025. Invoice Ninja LLC (https://invoiceninja.com) * * @license https://www.elastic.co/licensing/elastic-license */ namespace App\Http\Requests\Yodlee; use App\Http\Requests\Request; class YodleeAdminRequest extends Request { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return auth()->user()->isAdmin(); } /** * Get the validation rules that apply to the request. * * @return array */ public function rules() { return []; } }
Copyright ©2021 || Defacer Indonesia