mirror of
https://github.com/notf0und/SGS
synced 2026-09-01 05:08:35 +00:00
9 lines
77 B
PHP
9 lines
77 B
PHP
<?php
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
abstract class Controller
|
|
{
|
|
//
|
|
}
|