Replace tabs with Spaces
I *really* wish Atom would stop doing this to me.
This commit is contained in:
parent
695728295a
commit
4604500349
17 changed files with 240 additions and 238 deletions
|
@ -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…
Reference in a new issue