Skip to content

Commit f726624

Browse files
committed
fix: facade docblock
1 parent 2e004b9 commit f726624

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/Facades/Rest.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44

55
use Illuminate\Support\Facades\Facade;
66

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+
*/
713
class Rest extends Facade
814
{
915
/**
10-
* @method static \Lomkit\Rest\Http\Routing\PendingResourceRegistration resource(string $name, $controller, array $options = [])
11-
* @method static \Lomkit\Rest\Rest withDocumentationCallback(\Closure $documentationCallback)
12-
*
13-
* @see \Lomkit\Rest\Rest
16+
* @return string
1417
*/
1518
protected static function getFacadeAccessor()
1619
{

0 commit comments

Comments
 (0)