test stuff

This commit is contained in:
2021-05-31 20:12:23 +09:00
parent e536c55439
commit bce8363a53

View File

@@ -1,21 +0,0 @@
<?php
namespace App\Http\Controllers\PlanetaryInteraction;
//Internal Library
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
use Carbon\Carbon;
class PlanetaryInteractionController extends Controller
{
/**
* Create a new controller instance
*
* @return void
*/
public function __construct() {
$this->middleware('auth');
$this->middleware('role:User');
}
}