forgot closing bracket :-S

This commit is contained in:
Steffen Vogel 2010-12-03 00:49:45 +01:00
parent b8901220c6
commit 95c4845ca7

View file

@ -74,7 +74,7 @@ abstract class Definition {
elseif (static::exists($name)) {
return static::$definitions[$name];
}
else
else {
throw new \Exception('Unknown definition');
}
}