Commit 4ed6d488 authored by Taylor Otwell's avatar Taylor Otwell

Added SYS_VIEW_PATH constant.

parent 5ad61844
......@@ -22,6 +22,7 @@ define('MODEL_PATH', APP_PATH.'models/');
define('PACKAGE_PATH', APP_PATH.'packages/');
define('PUBLIC_PATH', realpath(__DIR__.'/'));
define('ROUTE_PATH', APP_PATH.'routes/');
define('SYS_VIEW_PATH', SYS_PATH.'views/');
define('VIEW_PATH', APP_PATH.'views/');
// --------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment