diff --git a/README.md b/README.md index 1887afc5..bc3aa012 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ issues - help-desk
- + view - Documentation

@@ -61,7 +61,7 @@ You can check our online demo here: [Online demo](http://helpdesk.devaslan.com/) ## Documentation -You can find a full documentation here: [Documentation](http://laravel-help-desk.herokuapp.com/docs) +You can find a full documentation here: [Documentation](https://laravel-help-desk.herokuapp.com/docs) ## Work in progress diff --git a/app/Http/Livewire/Administration/UsersDialog.php b/app/Http/Livewire/Administration/UsersDialog.php index 7a0992c6..a5fe507e 100644 --- a/app/Http/Livewire/Administration/UsersDialog.php +++ b/app/Http/Livewire/Administration/UsersDialog.php @@ -211,8 +211,7 @@ public function save(): void * * @return void */ - public function doDeleteUser(): void - { + public function doDeleteUser(): void { $this->user->delete(); $this->deleteConfirmationOpened = false; $this->emit('userDeleted');