Applied fixes from StyleCI

This commit is contained in:
Sujit Prasad
2016-02-19 02:20:12 -05:00
committed by StyleCI Bot
parent be5df5334f
commit d637c2b23f
439 changed files with 19063 additions and 19210 deletions

View File

@@ -6,20 +6,19 @@ namespace App\Http\Controllers\Error;
use App\Http\Controllers\Controller;
/**
* ErrorController
* ErrorController.
*
* @package Controllers
* @subpackage Controller
* @author Ladybird <info@ladybirdweb.com>
*/
class ErrorController extends Controller {
class ErrorController extends Controller
{
/**
* Display a Error Page of 404.
*
* @return Response
*/
public function error404() {
public function error404()
{
return view('404');
}
}