organized controllers into folders

This commit is contained in:
2019-05-05 22:58:17 -05:00
parent 8ea7e5d14c
commit 8aadbc8ac8
12 changed files with 63 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace App\Http\Controllers;
namespace App\Http\Controllers\Structures;
use Illuminate\Http\Request;