Skip to content

Commit

Permalink
Remove YII_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Nov 22, 2023
1 parent 239da6c commit ffb4cab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/queue.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

@setlocal

set YII_PATH=%~dp0

if "%PHP_COMMAND%" == "" set PHP_COMMAND=php.exe

"%PHP_COMMAND%" "%YII_PATH%queue" %*
"%PHP_COMMAND%" "%~dp0queue" %*

@endlocal

0 comments on commit ffb4cab

Please sign in to comment.