Skip to content

Commit 080b4c2

Browse files
authored
update
1 parent 52ff455 commit 080b4c2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

App/Core.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public function __construct($method, $path, $controller)
3535
}
3636

3737
// Getters and setters for the private properties
38-
3938
public function getMethod()
4039
{
4140
return $this->method;

App/Route.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ public static function getPrefix()
118118
}
119119

120120
// Helper function to prefix a path with the global prefix
121-
122121
public static function prefixPath($path, $prefix = null)
123122
{
124123
if (empty($prefix)) {

0 commit comments

Comments
 (0)