4 lines
79 B
PHP
4 lines
79 B
PHP
|
|
<?php
|
||
|
|
return array (
|
||
|
|
'Product does not exist' => 'Product does not exist',
|
||
|
|
);
|