Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
var
/
www
/
html
/
tpid-amp
/
amp.belum.live
/
app
/
Repositories
/
Or
Select Your none :
Upload File :
New :
File
Dir
/var/www/html/tpid-amp/amp.belum.live/app/Repositories/Repository.php
<?php namespace App\Repositories; use App\Lib\Facades\HTTPRequest; class Repository { public static function __callStatic($name, $arguments) { return (new self())->{$name}($arguments); } }