mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 19:13:26 +00:00
Change list_basket visibility to public
This commit is contained in:
@@ -1877,7 +1877,7 @@ class API_V1_adapter extends API_V1_Abstract
|
||||
* @param \Entities\Basket $basket
|
||||
* @return array
|
||||
*/
|
||||
protected function list_basket(\Entities\Basket $basket)
|
||||
public function list_basket(\Entities\Basket $basket)
|
||||
{
|
||||
$ret = array(
|
||||
'basket_id' => $basket->getId(),
|
||||
|
Reference in New Issue
Block a user