From 16fdc1e063689c71d6585b12601d776f708be322 Mon Sep 17 00:00:00 2001 From: lee-to Date: Mon, 16 Sep 2024 19:56:35 +0000 Subject: [PATCH] Fix styling --- src/Core/DependencyInjection/EndpointsContract.php | 2 +- src/Core/HasViewRendererContract.php | 2 +- src/Core/Paginator/PaginatorLinksContract.php | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Core/DependencyInjection/EndpointsContract.php b/src/Core/DependencyInjection/EndpointsContract.php index bc348c69..5a84c080 100644 --- a/src/Core/DependencyInjection/EndpointsContract.php +++ b/src/Core/DependencyInjection/EndpointsContract.php @@ -45,7 +45,7 @@ public function method( ?ResourceContract $resource = null ): string; - + public function component( string $name, array $additionally = [] diff --git a/src/Core/HasViewRendererContract.php b/src/Core/HasViewRendererContract.php index 369d5d2b..6a6ad1ac 100644 --- a/src/Core/HasViewRendererContract.php +++ b/src/Core/HasViewRendererContract.php @@ -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; diff --git a/src/Core/Paginator/PaginatorLinksContract.php b/src/Core/Paginator/PaginatorLinksContract.php index dd8c0bd4..8fef8c07 100644 --- a/src/Core/Paginator/PaginatorLinksContract.php +++ b/src/Core/Paginator/PaginatorLinksContract.php @@ -8,5 +8,4 @@ interface PaginatorLinksContract extends Arrayable { - }