8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ee84e commit 4520cf6Copy full SHA for 4520cf6
src/Facades/JsonApi.php
@@ -20,17 +20,17 @@
20
21
use CloudCreativity\LaravelJsonApi\Routing\ApiRegistration;
22
use CloudCreativity\LaravelJsonApi\Routing\Route;
23
-use Illuminate\Support\Facades\Facade as BaseFacade;
+use Illuminate\Support\Facades\Facade;
24
25
/**
26
- * Class Facade
+ * Class JsonApi
27
*
28
* @package CloudCreativity\LaravelJsonApi
29
* @method static ApiRegistration register(string $apiName, array|\Closure $options = [], \Closure|null $callback = null)
30
* @method static string defaultApi(string|null $apiName)
31
* @method static Route currentRoute()
32
*/
33
-class JsonApi extends BaseFacade
+class JsonApi extends Facade
34
{
35
36
0 commit comments