Skip to content

Commit

Permalink
fix: getVersion()
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Oct 14, 2024
1 parent bbb825f commit 3d6672c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
} else {
$pretty = new Whoops\Handler\PrettyPageHandler();
$pretty->addDataTable('Scrawler', [
'Version' => App::engine()->version(),
'Version' => App::engine()->getVersion(),
]);
$whoops->pushHandler($pretty);
}
Expand Down

0 comments on commit 3d6672c

Please # to comment.