Skip to content

Commit

Permalink
rm tips
Browse files Browse the repository at this point in the history
  • Loading branch information
stelin committed Mar 6, 2018
1 parent f6af999 commit 811aedc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bootstrap/Process/ReloadProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public function run(SwoftProcess $process)
public function check(): bool
{
if (! App::getAppProperties()->get('server.server.autoReload', false)) {
output()->writeln('<info>If auto reload is to be used, Please set CRONABLE=true by .env file</info>');
return false;
}
return true;
Expand Down

0 comments on commit 811aedc

Please sign in to comment.