Skip to content

Commit 29b3d1c

Browse files
authored
[Attributes] Create Api Attribute (#28)
Co-authored-by: onairmarc <[email protected]>
1 parent 5adc6c9 commit 29b3d1c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.git-blame-ignore-revs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ aef6f8b59ab2ff054b1a823efe242e0cb0cd1164
1414
d521d82e9b14a5f411f3492529800c6b39f17740
1515
11b88b5f8641574fc93d2a4f443aeaf819381c91
1616
f74b50a0c5a93e2042dd0899f67dc0d77d9f37b2
17+
9e90f1089ce7ad5f2e9e3396c5764687690c96bb

src/Attributes/Api.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace EncoreDigitalGroup\StdLib\Attributes;
4+
5+
use Attribute;
6+
7+
#[Attribute(Attribute::TARGET_ALL)]
8+
class Api {}

0 commit comments

Comments
 (0)