return array( 'routes' => array( '404' => 'admin/404', ), );
if (method_exists($controller, $method))
$this->output = static::show_404(true);
Config::get('routes.404')is not null because the default application config file has a 404 route (welcome/404).
It looks like you're new here. If you want to get involved, click one of these buttons!