Upgraded to Laravel 5.4

This commit is contained in:
Dan Brown
2017-01-25 19:35:40 +00:00
parent 492e2f173e
commit 6669998c10
24 changed files with 877 additions and 1154 deletions

View File

@ -4,7 +4,7 @@ namespace BookStack\Http\Controllers;
use BookStack\Ownable;
use Illuminate\Foundation\Bus\DispatchesJobs;
use Illuminate\Http\Exception\HttpResponseException;
use Illuminate\Http\Exceptions\HttpResponseException;
use Illuminate\Http\Request;
use Illuminate\Routing\Controller as BaseController;
use Illuminate\Foundation\Validation\ValidatesRequests;