From d38999387da5de48a18c61fb550db9382e194c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Leuilliot?= Date: Mon, 23 Aug 2021 18:44:52 +0200 Subject: [PATCH] refactor: use core version detection --- src/CalendarServiceProvider.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/CalendarServiceProvider.php b/src/CalendarServiceProvider.php index 710f7ec..82f0b22 100755 --- a/src/CalendarServiceProvider.php +++ b/src/CalendarServiceProvider.php @@ -131,14 +131,4 @@ public function getPackagistVendorName(): string { return 'kassie'; } - - /** - * Return the plugin installed version. - * - * @return string - */ - public function getVersion(): string - { - return config('calendar.config.version'); - } }