first commit
This commit is contained in:
19
app/Http/Controllers/Controller.php
Normal file
19
app/Http/Controllers/Controller.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Laravel\Lumen\Routing\Controller as BaseController;
|
||||
|
||||
class Controller extends BaseController
|
||||
{
|
||||
/**
|
||||
* @OA\Info(
|
||||
* title="Example API",
|
||||
* version="1.0",
|
||||
* @OA\Contact(
|
||||
* email="support@example.com",
|
||||
* name="Support Team"
|
||||
* )
|
||||
* )
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user