forgot closing bracket :-S
This commit is contained in:
parent
b8901220c6
commit
95c4845ca7
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ abstract class Definition {
|
|||
elseif (static::exists($name)) {
|
||||
return static::$definitions[$name];
|
||||
}
|
||||
else
|
||||
else {
|
||||
throw new \Exception('Unknown definition');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue