Skip to content

Commit

Permalink
Merge branch 'master' of github.com:laraxot/module_setting_fila3
Browse files Browse the repository at this point in the history
# Conflicts:
#	.gitmodules
  • Loading branch information
marcoguido committed Nov 15, 2023
2 parents 52b5df9 + e225927 commit f2b00f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ cb799d21a0eac34d27277df59ffe99abd1565a22
69c764c9260af8a722c71b660e2e803f83cce660
0e6354946ad0d94398e469c9788da44e6123a832
ea0ce6fd4eb49aebf993bf447883f410da92654e
35f8b8fde4ead4e9b29e92538232aaee2358d666
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "docs"]
path = docs
url = git@github.com:laraxot/doc_setting.git
#[submodule "docs"]
# path = docs
# url = git@github.com:laraxot/doc_setting.git
2 changes: 1 addition & 1 deletion Filament/Pages/BackupMysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected function getViewData(): array
{
Assert::isArray($connections = config('database.connections'));

$connections = array_filter($connections, fn ($item): bool => 'mysql' === $item['driver']);
$connections = array_filter($connections, fn ($item): bool => $item['driver'] === 'mysql');

// $connections=collect($connections)->keyBy('database');
return ['connections' => $connections];
Expand Down

0 comments on commit f2b00f5

Please sign in to comment.