15 lines
189 B
PHP
15 lines
189 B
PHP
<?php
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
use Tymon\JWTAuth\Facades\JWTAuth;
|
|
|
|
|
|
/**
|
|
* @OA\Info(
|
|
* title="API Documentation",
|
|
* version="1.0.0"
|
|
* )
|
|
*/
|
|
abstract class Controller {}
|