Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit be90017

Browse files
committed
Use colon.
1 parent b811450 commit be90017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Illuminate/Foundation/Console/UpCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function fire()
2727
{
2828
@unlink($this->laravel['config']['app.manifest'].'/down');
2929

30-
$this->laravel['cache']->forever('illuminate.changed', time());
30+
$this->laravel['cache']->forever('illuminate:changed', time());
3131

3232
$this->info('Application is now live.');
3333
}

0 commit comments

Comments
 (0)