From e1f1ec3d8cc3c66e0f8f7aa36efb351c0ec9581e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn?= Date: Mon, 21 Sep 2020 20:40:44 +0200 Subject: [PATCH] adding #45 --- app/Factories/NginxVhostFactory.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Factories/NginxVhostFactory.php b/app/Factories/NginxVhostFactory.php index 20b6905..2796444 100644 --- a/app/Factories/NginxVhostFactory.php +++ b/app/Factories/NginxVhostFactory.php @@ -137,6 +137,9 @@ class NginxVhostFactory ->addLineBreak('-'); if ($vhost['ssl'] === true) { + + var_dump($vhost); die(); + if ($vhost['ssl_certificate_exists']) { $builder->addStaticItem('expired_at: '.$vhost['ssl_certificate_expired_at']); } else {