mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 19:14:45 +02:00
Replace tabs with Spaces
I *really* wish Atom would stop doing this to me.
This commit is contained in:
parent
695728295a
commit
4604500349
@ -84,6 +84,8 @@ class UserRepository
|
|||||||
*/
|
*/
|
||||||
public function delete($id)
|
public function delete($id)
|
||||||
{
|
{
|
||||||
|
// @TODO cannot delete user with associated servers!
|
||||||
|
// clean up subusers!
|
||||||
return User::destroy($id);
|
return User::destroy($id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user