Commit 0e0719dc authored by Nicolas Widart's avatar Nicolas Widart

Removing unneeded semicolon

parent 5cf30baf
...@@ -169,7 +169,7 @@ class SentinelUserRepository implements UserRepository ...@@ -169,7 +169,7 @@ class SentinelUserRepository implements UserRepository
{ {
if ($user = $this->user->find($id)) { if ($user = $this->user->find($id)) {
return $user->delete(); return $user->delete();
}; }
throw new UserNotFoundException(); throw new UserNotFoundException();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment