#9 refactoring/renaming of controllers

This commit is contained in:
Nabeel Shahzad
2017-06-10 22:17:45 -05:00
parent 410a6b7a7f
commit 7d7b422707
8 changed files with 24 additions and 39 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace App\Http\Controllers\Admin;
use App\Http\Controllers\AppBaseController;
use Response;
class BaseController extends AppBaseController
{
}