修改Controller架構

This commit is contained in:
2018-08-05 13:22:28 +08:00
parent 5da2c5a92e
commit 14a3b1571d
3 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace App\Http\Controllers\CaseBuilder;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
class CaseBuilderController extends Controller
{
//
}