Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/305'
Browse files Browse the repository at this point in the history
Close #305
  • Loading branch information
Xerkus committed Feb 17, 2019
2 parents c77c4a2 + f14d676 commit dd44a4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/book/intro.md
Expand Up @@ -44,7 +44,7 @@ response.

The basic application structure follows:

```
```bash
application_root/
config/
application.config.php
Expand Down Expand Up @@ -93,7 +93,7 @@ number of tasks.

The recommended module structure follows:

```
```bash
module_root<named-after-module-namespace>/
Module.php
autoload_classmap.php
Expand Down Expand Up @@ -367,7 +367,6 @@ Remember the `application.config.php` from earlier? We're going to provide some
configuration.

```php
<?php
// config/application.config.php
return array(
'modules' => array(
Expand Down

0 comments on commit dd44a4b

Please sign in to comment.