This commit is contained in:
Shoghi Cervantes 2015-05-23 12:02:20 +02:00
parent 744ea6af8f
commit 7201372b0d
No known key found for this signature in database
GPG Key ID: 78464DB0A7837F89

View File

@ -447,7 +447,7 @@ abstract class Liquid extends Transparent{
return null;
}
public function getDrops(){
public function getDrops(Item $item){
return [];
}
}