mirror of
https://github.com/brufdev/many-notes.git
synced 2026-01-14 06:49:48 -06:00
9 lines
77 B
PHP
9 lines
77 B
PHP
<?php
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
abstract class Controller
|
|
{
|
|
//
|
|
}
|