mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +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
|
* @param \Entities\Basket $basket
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function list_basket(\Entities\Basket $basket)
|
public function list_basket(\Entities\Basket $basket)
|
||||||
{
|
{
|
||||||
$ret = array(
|
$ret = array(
|
||||||
'basket_id' => $basket->getId(),
|
'basket_id' => $basket->getId(),
|
||||||
|
Reference in New Issue
Block a user