Skip to content

Commit

Permalink
Create attribute_reader.php
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Dec 12, 2022
1 parent 33d07fa commit 0808c5f
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 0808c5f

Please sign in to comment.