9 lines
164 B
PHP
9 lines
164 B
PHP
<?php
|
|
|
|
return [
|
|
'lfeditor::ajaxPing' => [
|
|
'path' => '/lfeditor/ajaxPing',
|
|
'target' => SGalinski\Lfeditor\Service\LicensingService::class . '::ajaxPing',
|
|
]
|
|
];
|