5 lines
83 B
PHP
5 lines
83 B
PHP
|
<?php
|
||
|
return [
|
||
|
'license_key' => (string) env('TINYMCE_LICENSE_KEY', 'gpl'),
|
||
|
];
|