We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adc6c9 commit 29b3d1cCopy full SHA for 29b3d1c
.git-blame-ignore-revs
@@ -14,3 +14,4 @@ aef6f8b59ab2ff054b1a823efe242e0cb0cd1164
14
d521d82e9b14a5f411f3492529800c6b39f17740
15
11b88b5f8641574fc93d2a4f443aeaf819381c91
16
f74b50a0c5a93e2042dd0899f67dc0d77d9f37b2
17
+9e90f1089ce7ad5f2e9e3396c5764687690c96bb
src/Attributes/Api.php
@@ -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