Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Sep 16, 2024
1 parent 904e339 commit 16fdc1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Core/DependencyInjection/EndpointsContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function method(
?ResourceContract $resource = null
): string;


public function component(
string $name,
array $additionally = []
Expand Down
2 changes: 1 addition & 1 deletion src/Core/HasViewRendererContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
namespace MoonShine\Contracts\Core;

use Closure;
use Illuminate\Contracts\Support\Renderable;
use Illuminate\Contracts\Support\CanBeEscapedWhenCastToString;
use Illuminate\Contracts\Support\Renderable;
use JsonSerializable;
use Stringable;

Expand Down
1 change: 0 additions & 1 deletion src/Core/Paginator/PaginatorLinksContract.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@

interface PaginatorLinksContract extends Arrayable
{

}

0 comments on commit 16fdc1e

Please sign in to comment.