Skip to content

Commit

Permalink
šŸ§©ä¾čµ–ē»“ꊤ
Browse files Browse the repository at this point in the history
  • Loading branch information
celaraze committed Jan 16, 2024
1 parent ebf91d7 commit 7aace60
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 15 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added .github/.DS_Store
Binary file not shown.
Binary file added apis/.DS_Store
Binary file not shown.
Binary file added app/.DS_Store
Binary file not shown.
Binary file added app/Filament/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion app/Services/UserService.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function delete(): ?bool
*/
public function forceDelete(): ?bool
{
if (!$this->model->service()->isDeleted()) {
if (! $this->model->service()->isDeleted()) {
throw new Exception(__('cat/user.force_delete_failure_not_deleted'));
}

Expand Down
Binary file added database/.DS_Store
Binary file not shown.
Binary file added public/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion public/build/assets/app-d117dffc.css

This file was deleted.

1 change: 1 addition & 0 deletions public/build/assets/app-d300e1c9.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/build/assets/theme-6429ebb4.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/build/assets/theme-68d99ba7.css

This file was deleted.

4 changes: 2 additions & 2 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"resources/css/app.css": {
"file": "assets/app-d117dffc.css",
"file": "assets/app-d300e1c9.css",
"isEntry": true,
"src": "resources/css/app.css"
},
"resources/css/filament/admin/theme.css": {
"file": "assets/theme-68d99ba7.css",
"file": "assets/theme-6429ebb4.css",
"isEntry": true,
"src": "resources/css/filament/admin/theme.css"
},
Expand Down
2 changes: 1 addition & 1 deletion public/css/filament/filament/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/filament/forms/forms.css

Large diffs are not rendered by default.

27 changes: 19 additions & 8 deletions public/js/filament/support/support.js

Large diffs are not rendered by default.

Binary file added resources/.DS_Store
Binary file not shown.
Binary file added storage/.DS_Store
Binary file not shown.
Binary file added tests/.DS_Store
Binary file not shown.

0 comments on commit 7aace60

Please sign in to comment.