refactoring. added redis drivers.
This commit is contained in:
@@ -188,7 +188,7 @@ class View {
|
||||
// use the regular path to the view.
|
||||
$view = (strpos($this->path, BLADE_EXT) !== false) ? $this->compile() : $this->path;
|
||||
|
||||
try { include $view; } catch (Exception $e) { ob_get_clean(); throw $e; }
|
||||
try { include $view; } catch (\Exception $e) { ob_get_clean(); throw $e; }
|
||||
|
||||
return ob_get_clean();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user