Skip to content

Commit

Permalink
Update Status.php
Browse files Browse the repository at this point in the history
  • Loading branch information
daycry authored Jun 5, 2024
1 parent 5bbe5f4 commit a88f705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Status extends BaseCommand

public function run(array $params)
{
helper('setting');
if( file_exists( setting('Maintenance.filePath') . setting('Maintenance.fileName') ) )
{
$data = json_decode( file_get_contents( setting('Maintenance.filePath') . setting('Maintenance.fileName') ) );
Expand Down

0 comments on commit a88f705

Please sign in to comment.