Skip to content

Commit

Permalink
Update paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 14, 2015
1 parent 301f765 commit ef46abb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/paths.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,13 @@
*/

/**
* The full path to the directory which holds "App", WITHOUT a trailing DS.
* The full path to the directory which holds "src", WITHOUT a trailing DS.
*/
define('ROOT', dirname(__DIR__));

/**
* The actual directory name for the "App".
* The actual directory name for the application directory. Normally
* named 'src'.
*/
define('APP_DIR', 'src');

Expand Down

0 comments on commit ef46abb

Please sign in to comment.