Completed
Pull Request — Chalet21 (#223)
by Tomas Norre
07:54
created
Configuration/Backend/AjaxRoutes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,6 +3,6 @@
 block discarded – undo
3 3
 return [
4 4
     'crawler_add_page_to_queue' => [
5 5
         'path' => '/Crawler/addPageToQueue',
6
-        'target' => \AOE\Crawler\ContextMenu\ContextMenuActionController::class . '::addPageToQueue'
6
+        'target' => \AOE\Crawler\ContextMenu\ContextMenuActionController::class.'::addPageToQueue'
7 7
     ]
8 8
 ];
Please login to merge, or discard this patch.