File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
use Illuminate \Support \Facades \Facade ;
6
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
+ */
7
13
class Rest extends Facade
8
14
{
9
15
/**
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.
12
17
*
13
- * @see \Lomkit\Rest\Rest
18
+ * @return string
14
19
*/
15
20
protected static function getFacadeAccessor ()
16
21
{
You can’t perform that action at this time.
0 commit comments