This commit is contained in:
Shoghi Cervantes 2015-05-23 11:47:07 +02:00
parent 1da0a48edb
commit 744ea6af8f
No known key found for this signature in database
GPG Key ID: 78464DB0A7837F89

View File

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