File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed
src/Ubiquity/attributes/items/router Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 22
33namespace Ubiquity \attributes \items \router ;
44
5+ use Attribute ;
6+
57/**
68 * Defines a route with the `delete` method
79 * Ubiquity\attributes\items\router$Post
Original file line number Diff line number Diff line change 66
77namespace Ubiquity \attributes \items \router ;
88
9+ use Attribute ;
10+
911/**
1012 * Defines a route with the `get` method
1113 * Ubiquity\attributes\items\router$Get
Original file line number Diff line number Diff line change 22
33namespace Ubiquity \attributes \items \router ;
44
5+ use Attribute ;
6+
57/**
68 * Defines a route with the `options` method
79 * Ubiquity\attributes\items\router$Options
Original file line number Diff line number Diff line change 22
33namespace Ubiquity \attributes \items \router ;
44
5+ use Attribute ;
6+
57/**
68 * Defines a route with the `patch` method
79 * Ubiquity\attributes\items\router$Patch
Original file line number Diff line number Diff line change 22
33namespace Ubiquity \attributes \items \router ;
44
5+ use Attribute ;
6+
57/**
68 * Defines a route with the `post` method
79 * Ubiquity\attributes\items\router$Post
Original file line number Diff line number Diff line change 22
33namespace Ubiquity \attributes \items \router ;
44
5+ use Attribute ;
6+
57/**
68 * Defines a route with the `put` method
79 * Ubiquity\attributes\items\router$Put
You can’t perform that action at this time.
0 commit comments