We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47ad89d + afb6dd8 commit 3c1d870Copy full SHA for 3c1d870
docs/tutorial-basic.md
@@ -77,7 +77,7 @@ To start, let's register our app's `controllers` and `models` directories using
77
78
use Phalcon\Autoload\Loader;
79
80
-define('BASE_PATH', dirname(__DIR__ . '/..'));
+define('BASE_PATH', dirname(__DIR__));
81
define('APP_PATH', BASE_PATH . '/app');
82
// ...
83
0 commit comments