This commit is contained in:
Shoghi Cervantes
2015-05-23 11:47:07 +02:00
parent 1da0a48edb
commit 744ea6af8f

View File

@ -446,4 +446,8 @@ abstract class Liquid extends Transparent{
public function getBoundingBox(){
return null;
}
public function getDrops(){
return [];
}
}