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 @@ -