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'); - } }