info('Connection to the database is ok!'); return 0; } catch (QueryException $exception) { $this->comment('Trying to connect to the database seconds:' . $i); sleep(self::WAIT_SLEEP_TIME); continue; } } $this->error('Can not connect to the database'); return 1; } }