Cleanup Controller inheritance

This commit is contained in:
Nabeel Shahzad
2018-01-11 21:35:03 -06:00
parent 174e3d1461
commit fe4f39a5dc
14 changed files with 27 additions and 46 deletions

View File

@@ -2,7 +2,7 @@
namespace $CLASS_NAMESPACE$;
use Illuminate\Routing\Controller;
use App\Http\Controllers\Controller;
class $CLASS$ extends Controller
{