Missing NS ref

This commit is contained in:
Samuel Georges 2015-02-23 19:55:06 +11:00
parent 680eef8f81
commit f7ba386156
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
<?php namespace System\Classes;
use Illuminate\Routing\Controller as ControllerBase;
use Lang;
use ApplicationException;
use System\Classes\CombineAssets;
use Illuminate\Routing\Controller as ControllerBase;
use Exception;
/**