$mediaItem = Media::find($id); $mediaItem->setCustomProperty('name', 'value'); // adds a new custom property or updates an existing one ...
確定! 回上一頁