update v1.0.6

This commit is contained in:
sujitprasad
2016-02-16 22:42:08 +05:30
parent e6b579d67b
commit 073a49a8af
587 changed files with 21487 additions and 22766 deletions

View File

@@ -1,4 +1,7 @@
<?php namespace App\Http\Controllers\Error;
<?php
namespace App\Http\Controllers\Error;
// controllers
use App\Http\Controllers\Controller;
@@ -11,11 +14,12 @@ use App\Http\Controllers\Controller;
*/
class ErrorController extends Controller {
/**
* Display a Error Page of 404.
* @return Response
*/
public function error404() {
return view('404');
}
/**
* Display a Error Page of 404.
* @return Response
*/
public function error404() {
return view('404');
}
}