Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit 2b21a4e

Browse files
committed
fixed overriden locatePath method - we're really need to return this :)
1 parent 0268a47 commit 2b21a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/task/skeleton/features/app/bootstrap/FeatureContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ public function locatePath($path)
2626
case 'homepage': $path = '/';
2727
}
2828

29-
parent::locatePath($path);
29+
return parent::locatePath($path);
3030
}
3131
}

0 commit comments

Comments
 (0)