Skip to content

Commit a7279cd

Browse files
authored
Merge pull request #130 from crockalet/fix/rest-facade-docblock
Fixed Rest facade docblock
2 parents 2e004b9 + 5ef8bda commit a7279cd

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/Facades/Rest.php

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
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)
16+
* Get the registered name of the component.
1217
*
13-
* @see \Lomkit\Rest\Rest
18+
* @return string
1419
*/
1520
protected static function getFacadeAccessor()
1621
{

0 commit comments

Comments
 (0)