File tree Expand file tree Collapse file tree
app/Http/Livewire/Administration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ' );
You can’t perform that action at this time.
0 commit comments