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 44
55use 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+ */
713class 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 {
You can’t perform that action at this time.
0 commit comments