Fix syntax error
This commit is contained in:
parent
f7c46effa2
commit
6fe2429c41
@ -107,7 +107,7 @@ class Discovery
|
||||
}
|
||||
|
||||
// @todo Needs i18n.
|
||||
throw new Exception('Unable to find services for '. $id '.');
|
||||
throw new Exception('Unable to find services for '. $id . '.');
|
||||
}
|
||||
|
||||
public static function getService($links, $service) {
|
||||
|
Loading…
Reference in New Issue
Block a user