7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
Command: ddev exec php artisan tinker --execute="var_export([App\\Support\\CcliLabels::normalizeLabelName('Foobar'), App\\Support\\CcliLabels::normalizeLabelName('')]);"
|
|
Result:
|
|
array (
|
|
0 => 'Foobar',
|
|
1 => '',
|
|
)
|