Skip to content

Commit

Permalink
refactor: wrong file name for exclude services
Browse files Browse the repository at this point in the history
  • Loading branch information
siganushka committed Feb 14, 2025
1 parent b6f44e4 commit 7e7289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@

$ref = new \ReflectionClass(Configuration::class);
$services->load($ref->getNamespaceName().'\\', '../src/')
->exclude('../src/{Configuration.php,OptionsUtils.php}');
->exclude('../src/{Configuration.php,OptionSet.php}');
};

0 comments on commit 7e7289e

Please sign in to comment.