We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6780af1 commit f85c77eCopy full SHA for f85c77e
framework/core/src/Extend/ApiResource.php
@@ -86,7 +86,6 @@ public function endpointsAfter(string $after, callable|string $endpoints): self
86
/**
87
* Add endpoints to the resource before all other endpoints.
88
*
89
- * @param string $after the name of the endpoint to add the new endpoints after.
90
* @param callable|class-string $endpoints must be a callable that returns an array of objects that implement \Flarum\Api\Endpoint\Endpoint.
91
*/
92
public function endpointsBeforeAll(callable|string $endpoints): self
0 commit comments