Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond authored and github-actions[bot] committed Jul 23, 2024
1 parent fb4de90 commit 0ca9f5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions app/Providers/Filament/PressPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@ public function panel(Panel $panel): Panel
\Moox\Press\WpUserPlugin::make(),
\Moox\Press\WpOptionPlugin::make(),


\Moox\Expiry\ExpiryPlugin::make(),


\Moox\Training\TrainingPlugin::make(),
\Moox\Training\TrainingInvitationPlugin::make(),
\Moox\Training\TrainingDatePlugin::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

0 comments on commit 0ca9f5b

Please sign in to comment.