organized controllers into folders

This commit is contained in:
2019-05-05 23:07:39 -05:00
parent 91d21bfdad
commit 8ea21821ab
12 changed files with 12 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
namespace App\Http\Controllers\Moons;
//Internal Library
use App\Http\Controllers\Controller;
use Auth;
use DB;
use Illuminate\Http\Request;