Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa committed Aug 10, 2022
1 parent 162f135 commit f035eef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ First, you should create your architectural rules by running the following Artis

`php artisan make:arkitekt ControllersNaming`

By running the command, the `ControllersNaming.php` file will be created in your application's `app/Arkitect` directory like this:
By running the command, the `ControllersNaming.php` file will be created in your application's `tests/Architecture` directory like this:

```php
<?php

namespace App\Arkitect;
namespace Tests\Architecture;

use Arkitect\Rules\DSL\ArchRule;
use Mortexa\LaravelArkitect\Contracts\RuleContract;
Expand Down Expand Up @@ -75,7 +75,7 @@ For all available rules, please take a look at the PHPArkitect repository: https
```php
<?php

namespace App\Arkitect;
namespace Tests\Architecture;

use Arkitect\Expression\ForClasses\HaveNameMatching;
use Arkitect\Expression\ForClasses\ResideInOneOfTheseNamespaces;
Expand Down

0 comments on commit f035eef

Please sign in to comment.