We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e004b9 + 5ef8bda commit a7279cdCopy full SHA for a7279cd
src/Facades/Rest.php
@@ -4,13 +4,18 @@
4
5
use Illuminate\Support\Facades\Facade;
6
7
+/**
8
+ * @method static \Lomkit\Rest\Http\Routing\PendingResourceRegistration resource(string $name, $controller, array $options = [])
9
+ * @method static \Lomkit\Rest\Rest withDocumentationCallback(\Closure $documentationCallback)
10
+ *
11
+ * @see \Lomkit\Rest\Rest
12
+ */
13
class Rest extends Facade
14
{
15
/**
- * @method static \Lomkit\Rest\Http\Routing\PendingResourceRegistration resource(string $name, $controller, array $options = [])
- * @method static \Lomkit\Rest\Rest withDocumentationCallback(\Closure $documentationCallback)
16
+ * Get the registered name of the component.
17
*
- * @see \Lomkit\Rest\Rest
18
+ * @return string
19
*/
20
protected static function getFacadeAccessor()
21
0 commit comments