Skip to content

Commit

Permalink
Merge pull request #197 from ray-di/attribute_reader
Browse files Browse the repository at this point in the history
Create attribute_reader.php
  • Loading branch information
koriym authored Dec 12, 2022
2 parents 33d07fa + 0808c5f commit 2c3f563
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions attribute_reader.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

declare(strict_types=1);

use Koriym\Attributes\AttributeReader;
use Ray\ServiceLocator\ServiceLocator;

ServiceLocator::setReader(new AttributeReader());

0 comments on commit 2c3f563

Please sign in to comment.