Skip to content

Commit

Permalink
fix parent
Browse files Browse the repository at this point in the history
  • Loading branch information
artgris committed Feb 1, 2024
1 parent 39431af commit 6038ecb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Helpers/FileManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ public function getRegex(): string {
};
}

// public function getCurrentRoute(): ?string {
// if ($this->getRoute()) {
// return urldecode($this->getRoute());
// }
//
// return null;
// }

public function getCurrentPath(): bool|string {
return realpath($this->getBasePath().$this->getRoute());
}
Expand Down

0 comments on commit 6038ecb

Please sign in to comment.