8000 [Cleanup] Update docblock and simplify import in facade · CodingSeo/laravel-json-api@4520cf6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4520cf6

Browse files
committed
[Cleanup] Update docblock and simplify import in facade
1 parent 43ee84e commit 4520cf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Facades/JsonApi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020

2121
use CloudCreativity\LaravelJsonApi\Routing\ApiRegistration;
2222
use CloudCreativity\LaravelJsonApi\Routing\Route;
23-
use Illuminate\Support\Facades\Facade as BaseFacade;
23+
use Illuminate\Support\Facades\Facade;
2424

2525
/**
26-
* Class Facade
26+
* Class JsonApi
2727
*
2828
* @package CloudCreativity\LaravelJsonApi
2929
* @method static ApiRegistration register(string $apiName, array|\Closure $options = [], \Closure|null $callback = null)
3030
* @method static string defaultApi(string|null $apiName)
3131
* @method static Route currentRoute()
3232
*/
33-
class JsonApi extends BaseFacade
33+
class JsonApi extends Facade
3434
{
3535

3636
/**

0 commit comments

Comments
 (0)
0