Second commit of version

This commit is contained in:
sujitprasad
2015-08-21 11:10:02 +05:30
parent 267467725e
commit 50fcb7bbe0
1510 changed files with 21762 additions and 10310 deletions

View File

@@ -1,22 +0,0 @@
<?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 {
/**
* Display a Error Page of 404.
*
* @return Response
*/
public function error404() {
return view('404');
}
}