Project

General

Profile

Bug #88939 » AjaxRoutes.php

Guido Schmechel, 2019-09-25 17:18

 
<?php
return [
'foobar' => [
'path' => '/foobar/flushcache',
'target' => \Foobar\Sitepackage\Hooks\Backend\FlushFoobarCacheHook::class . '::myFunctionName'
]
];
(3-3/3)