syntax error
This commit is contained in:
parent
0ac71c2b7b
commit
b76461fc78
|
@ -90,7 +90,7 @@ class GroupsalmonAction extends SalmonAction
|
|||
|
||||
try {
|
||||
$this->saveNotice();
|
||||
} catch AlreadyFulfilledException($e) {
|
||||
} catch (AlreadyFulfilledException $e) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -97,7 +97,7 @@ class UsersalmonAction extends SalmonAction
|
|||
|
||||
try {
|
||||
$this->saveNotice();
|
||||
} catch AlreadyFulfilledException($e) {
|
||||
} catch (AlreadyFulfilledException $e) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user