mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-07-17 11:37:03 +08:00
9 lines
141 B
PHP
9 lines
141 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
abstract class Controller extends \Illuminate\Routing\Controller
|
|
{
|
|
//
|
|
}
|