Add space between switch and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@@ -61,7 +61,7 @@ class CustomField extends Model {
|
||||
: 'year_month_day'
|
||||
);
|
||||
$date_parts = explode('_', $date_type);
|
||||
switch($date_type) {
|
||||
switch ($date_type) {
|
||||
case 'year_month_day':
|
||||
$value = sprintf(
|
||||
'%s/%s/%s',
|
||||
|
Reference in New Issue
Block a user