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 12, 2024
1 parent 29f83f6 commit ea602c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/Providers/Filament/PressPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public function panel(Panel $panel): Panel
\Moox\Jobs\JobsFailedPlugin::make(),
\Moox\Jobs\JobsBatchesPlugin::make(),


\Moox\Expiry\ExpiryPlugin::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
2 changes: 1 addition & 1 deletion packages/expiry/src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use function Laravel\Prompts\confirm;
use function Laravel\Prompts\info;
use function Laravel\Prompts\multiselect;
use function Laravel\Prompts\select;
use function Laravel\Prompts\note;
use function Laravel\Prompts\select;
use function Laravel\Prompts\warning;

class InstallCommand extends Command
Expand Down

0 comments on commit ea602c4

Please sign in to comment.