From 45d44f8b3fda7fc3fd515e9e085894705eea8afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Thu, 14 Jul 2022 18:39:01 +0300 Subject: [PATCH] formatting --- artisan | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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';