updated commit

This commit is contained in:
sujitprasad
2015-05-08 16:25:40 +05:30
parent ef834c58dc
commit 267467725e
73 changed files with 2748 additions and 2938 deletions

View File

@@ -1,7 +1,14 @@
<?php namespace App\Http\Controllers\Error;
<?php
namespace App\Http\Controllers\Error;
use App\Http\Controllers\Controller;
/**
* ErrorController
*
* @package Controllers
* @subpackage Controller
* @author Ladybird <info@ladybirdweb.com>
*/
class ErrorController extends Controller {
/**
@@ -12,5 +19,4 @@ class ErrorController extends Controller {
public function error404() {
return view('404');
}
}