From 8596ebdc7344f530d0b115a68e9959f790a7b59d Mon Sep 17 00:00:00 2001 From: Elkasovic Nermin Date: Sun, 29 Mar 2020 13:10:10 +0200 Subject: [PATCH] Typo --- src/Calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Calendar.php b/src/Calendar.php index ff4b670..9ff4fb7 100644 --- a/src/Calendar.php +++ b/src/Calendar.php @@ -129,7 +129,7 @@ public function getId() return $this->id; } - $this->id = Str::random(8) + $this->id = Str::random(8); return $this->id; }