Skip to content

Commit

Permalink
Fix path and namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa committed Jan 24, 2023
1 parent 09a816b commit a36b1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Rules/Naming/PoliciesNaming.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

class PoliciesNaming extends BaseRule implements RuleContract
{
public static string $namespace = 'Observers';
public static string $namespace = 'Policies';

public static string $path = 'Observers';
public static string $path = 'Policies';

public static function rule(): ArchRule
{
Expand Down

0 comments on commit a36b1bc

Please sign in to comment.