Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed May 25, 2024
1 parent e8b9df2 commit 85189f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/smvc-create-controller
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if( !\SlimMvcTools\Functions\CliHelpers\isPhpRunningInCliMode() ) {
} else {

try {
echo "Current working directory: " . getcwd() . PHP_EOL;
$result = \SlimMvcTools\Functions\CliHelpers\createController($argc, $argv);

\SlimMvcTools\Functions\CliHelpers\printType(
Expand Down

0 comments on commit 85189f6

Please sign in to comment.