diff --git a/src/NotificationsServiceProvider.php b/src/NotificationsServiceProvider.php index 0ac3b2c..25ad6c1 100644 --- a/src/NotificationsServiceProvider.php +++ b/src/NotificationsServiceProvider.php @@ -180,14 +180,4 @@ public function getPackagistVendorName(): string { return 'eveseat'; } - - /** - * Return the plugin installed version. - * - * @return string - */ - public function getVersion(): string - { - return config('notifications.config.version'); - } }