revert back to more sensible architecture.
This commit is contained in:
@@ -21,7 +21,7 @@ abstract class Controller {
|
||||
*/
|
||||
public function __call($method, $parameters)
|
||||
{
|
||||
return IoC::container()->resolve('laravel.response')->error('404');
|
||||
return Response::error('404');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user