Skip to content

Commit

Permalink
Merge pull request #172 from jeffgreco13/1.x-dev
Browse files Browse the repository at this point in the history
1.x dev
  • Loading branch information
jeffgreco13 authored Jul 22, 2023
2 parents e92a16e + db21395 commit 20a853f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"php": "^8.0|^8.1",
"spatie/laravel-package-tools": "^1.9.2",
"filament/filament": "^2.15",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"bacon/bacon-qr-code": "^2.0",
"pragmarx/google2fa": "^7.0|^8.0"
},
Expand Down
2 changes: 0 additions & 2 deletions src/FilamentBreezyServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Filament\Facades\Filament;
use Filament\Navigation\UserMenuItem;
use Filament\PluginServiceProvider;
use JeffGreco13\FilamentBreezy\Commands\FilamentBreezyCommand;
use JeffGreco13\FilamentBreezy\Http\Livewire\Auth;
use JeffGreco13\FilamentBreezy\Http\Livewire\BreezySanctumTokens;
use JeffGreco13\FilamentBreezy\Pages\MyProfile;
Expand All @@ -23,7 +22,6 @@ public function configurePackage(Package $package): void
->hasMigration('add_two_factor_columns_to_table')
->hasRoute("web")
->hasTranslations();
//->hasCommand(FilamentBreezyCommand::class);
}

public function packageBooted(): void
Expand Down

0 comments on commit 20a853f

Please sign in to comment.