Skip to content

Commit 23eac1f

Browse files
authored
Merge pull request #90 from devaslanphp/master
Merge with master
2 parents 8a25353 + 3c7c470 commit 23eac1f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img src="https://img.shields.io/github/issues/devaslanphp/help-desk?style=for-the-badge" alt="issues - help-desk">
1717
</a>
1818
<br/>
19-
<a href="http://laravel-help-desk.herokuapp.com/docs" title="Go to project documentation">
19+
<a href="https://laravel-help-desk.herokuapp.com/docs" title="Go to project documentation">
2020
<img src="https://img.shields.io/badge/view-Documentation-blue?style=for-the-badge" alt="view - Documentation">
2121
</a>
2222
</p>
@@ -61,7 +61,7 @@ You can check our online demo here: [Online demo](http://helpdesk.devaslan.com/)
6161
6262
## Documentation
6363

64-
You can find a full documentation here: [Documentation](http://laravel-help-desk.herokuapp.com/docs)
64+
You can find a full documentation here: [Documentation](https://laravel-help-desk.herokuapp.com/docs)
6565

6666
## Work in progress
6767

app/Http/Livewire/Administration/UsersDialog.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ public function save(): void
211211
*
212212
* @return void
213213
*/
214-
public function doDeleteUser(): void
215-
{
214+
public function doDeleteUser(): void {
216215
$this->user->delete();
217216
$this->deleteConfirmationOpened = false;
218217
$this->emit('userDeleted');

0 commit comments

Comments
 (0)