syntax error

This commit is contained in:
Mikael Nordfeldth 2015-12-27 01:42:03 +01:00
parent 0ac71c2b7b
commit b76461fc78
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ class GroupsalmonAction extends SalmonAction
try {
$this->saveNotice();
} catch AlreadyFulfilledException($e) {
} catch (AlreadyFulfilledException $e) {
return;
}
}

View File

@ -97,7 +97,7 @@ class UsersalmonAction extends SalmonAction
try {
$this->saveNotice();
} catch AlreadyFulfilledException($e) {
} catch (AlreadyFulfilledException $e) {
return;
}
}