Newer
Older
FirstLaravel / app / Http / Controllers / Controller.php
@motoki miura motoki miura on 18 Nov 2024 77 bytes first commit
<?php

namespace App\Http\Controllers;

abstract class Controller
{
    //
}