comment
This commit is contained in:
parent
f51d484732
commit
8517570d4d
@ -22,6 +22,11 @@ use App\Classes\ImageTrait;
|
||||
class ProductDetail extends BaseProductDetail {
|
||||
use ImageTrait;
|
||||
|
||||
/**
|
||||
* Returns the product's video id
|
||||
*
|
||||
* @return string The product's video id. String can be empty
|
||||
*/
|
||||
protected function getVideoId() {
|
||||
$result = '';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user