Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kekefreedog committed Jul 14, 2024
1 parent 7a7ca0b commit b959d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Router/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public function runCreateControllerFile():void {
if($this->router["Type"] == "api"){

# Set controller into router
$this->router["Controller"] = "App\\Controller\\Api\\V1\\".str_replace("/", "\\", $this->router["Name"]);
$this->router["Controller"] = "App\\Controller\\Api\\v1\\".str_replace("/", "\\", $this->router["Name"]);

# Set additionnal data
$additionnal = [
Expand Down

0 comments on commit b959d4c

Please sign in to comment.