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