Skip to content

Commit

Permalink
refactor!: remove bezhansalleh/filament-language-switch plugin
Browse files Browse the repository at this point in the history
BREAKING CHANGE: package bezhansalleh/filament-language-switch
is not required for admin-kit-core package, and conflict with
another package kenepa/translation-manager
  • Loading branch information
ast21 committed Sep 20, 2023
1 parent 74dd449 commit 6d17ab6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 335 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"spatie/laravel-package-tools": "^1.14.0",
"spatie/laravel-translatable": "^6.5",
"stechstudio/filament-impersonate": "^2.11",
"bezhansalleh/filament-language-switch": "^1.0",
"nuhel/filament-cropper": "^1.1"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion src/CoreServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ protected function publishStubs(): self
$this->publishes([
__DIR__.'/../stubs/app/AdminKitUser.stub' => app_path('Models/AdminKitUser.php'),
__DIR__.'/../stubs/config/filament-shield.php' => config_path('filament-shield.php'),
__DIR__.'/../stubs/config/filament-language-switch.php' => config_path('filament-language-switch.php'),
], 'admin-kit-stubs');
}

Expand Down
Loading

0 comments on commit 6d17ab6

Please sign in to comment.