From 4305cd70fc8673248de7f5f4af881338ee1c2f78 Mon Sep 17 00:00:00 2001 From: mortenebak Date: Fri, 1 Nov 2024 20:31:12 +0000 Subject: [PATCH] Dusting --- app/Livewire/Admin/Plans/CreatePlan.php | 1 - app/Livewire/Admin/Plans/EditPlan.php | 1 - .../2024_11_01_182252_add_features_to_plans_table.php | 6 ------ resources/views/components/icon/check.blade.php | 2 +- resources/views/components/icon/cross.blade.php | 2 +- resources/views/components/plans/card.blade.php | 4 ++-- resources/views/subscriptions/plans.blade.php | 2 +- 7 files changed, 5 insertions(+), 13 deletions(-) diff --git a/app/Livewire/Admin/Plans/CreatePlan.php b/app/Livewire/Admin/Plans/CreatePlan.php index 32d463b..eb7fae6 100644 --- a/app/Livewire/Admin/Plans/CreatePlan.php +++ b/app/Livewire/Admin/Plans/CreatePlan.php @@ -5,7 +5,6 @@ use App\Models\Plan; use Illuminate\Contracts\View\View; use Jantinnerezo\LivewireAlert\LivewireAlert; -use Livewire\Attributes\Rule; use Livewire\Attributes\Validate; use LivewireUI\Modal\ModalComponent; diff --git a/app/Livewire/Admin/Plans/EditPlan.php b/app/Livewire/Admin/Plans/EditPlan.php index ce66175..1b6d1ae 100644 --- a/app/Livewire/Admin/Plans/EditPlan.php +++ b/app/Livewire/Admin/Plans/EditPlan.php @@ -5,7 +5,6 @@ use App\Models\Plan; use Illuminate\Contracts\View\View; use Jantinnerezo\LivewireAlert\LivewireAlert; -use Livewire\Attributes\Rule; use Livewire\Attributes\Validate; use LivewireUI\Modal\ModalComponent; diff --git a/database/migrations/2024_11_01_182252_add_features_to_plans_table.php b/database/migrations/2024_11_01_182252_add_features_to_plans_table.php index 1f54a19..5361241 100644 --- a/database/migrations/2024_11_01_182252_add_features_to_plans_table.php +++ b/database/migrations/2024_11_01_182252_add_features_to_plans_table.php @@ -6,9 +6,6 @@ return new class extends Migration { - /** - * Run the migrations. - */ public function up(): void { Schema::table('plans', function (Blueprint $table) { @@ -16,9 +13,6 @@ public function up(): void }); } - /** - * Reverse the migrations. - */ public function down(): void { Schema::table('plans', function (Blueprint $table) { diff --git a/resources/views/components/icon/check.blade.php b/resources/views/components/icon/check.blade.php index 8899a02..4b0b88f 100644 --- a/resources/views/components/icon/check.blade.php +++ b/resources/views/components/icon/check.blade.php @@ -1,3 +1,3 @@ -