Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
forbidals
/
gambling
/
app
/
Http
/
Controllers
:
Controller.php
Advanced Search
Upload
New Item
Settings
-- Select Mode --
-- Select Theme --
-- Select Font Size --
Back
Back Up
Normal Editor
Save
<?php namespace App\Http\Controllers; use Laramin\Utility\Onumoti; abstract class Controller { public function __construct() { $className = get_called_class(); Onumoti::mySite($this,$className); } public static function middleware() { return []; } }