Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<img src="https://img.shields.io/github/issues/devaslanphp/help-desk?style=for-the-badge" alt="issues - help-desk">
</a>
<br/>
<a href="http://laravel-help-desk.herokuapp.com/docs" title="Go to project documentation">
<a href="https://laravel-help-desk.herokuapp.com/docs" title="Go to project documentation">
<img src="https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge" alt="view - Documentation">
</a>
</p>
Expand Down Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions app/Http/Livewire/Administration/UsersDialog.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down