diff --git a/artisan b/artisan index d8c80fa7a..704069344 100644 --- a/artisan +++ b/artisan @@ -3,11 +3,13 @@ /** * @package Akaunting - * @copyright 2017-2020 Akaunting. All rights reserved. + * @copyright 2017-2022 Akaunting. All rights reserved. * @license GNU GPL version 3; see LICENSE.txt * @link https://akaunting.com */ +define('LARAVEL_START', microtime(true)); + // Register the auto-loader require __DIR__ . '/bootstrap/autoload.php';