Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli authored and github-actions[bot] committed Mar 6, 2024
1 parent 2dd6cdb commit 4fd34b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public function panel(Panel $panel): Panel

\Leandrocfe\FilamentApexCharts\FilamentApexChartsPlugin::make(),


\Moox\Sync\PlatformPlugin::make(),

]);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?php

use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration {
return new class extends Migration
{
/**
* Run the migrations.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public function up(): void
* Reverse the migrations.
*/
public function down(): void

{
Schema::dropIfExists('sync');
}
Expand Down

0 comments on commit 4fd34b0

Please sign in to comment.