Skip to content

Commit

Permalink
FIX: Helper Errors Preventing Functionality
Browse files Browse the repository at this point in the history
- Fixes #1
  • Loading branch information
aljawaid committed Feb 27, 2023
1 parent 986ad4d commit bd98e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Helper/CleanURLHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CleanURLHelper extends Base
{
public function newCoreRoutes()
{
$routes = array(
return array(
// Default key for each will start from 0
array(
"before_route" => "?controller=TaskMovePositionController&action=show&task_id=662&project_id=37",
Expand All @@ -23,7 +23,7 @@ public function newCoreRoutes()

public function newPluginRoutes()
{
$routes = array(
return array(
// Default key for each will start from 0
array(
"before_route" => "?controller=Bigboard&action=index&plugin=Bigboard",
Expand Down

0 comments on commit bd98e2d

Please sign in to comment.