From 9376ddc767e6fc6a1e83f148211ad9c803dbb7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20LEUILLIOT?= Date: Sun, 29 Nov 2020 19:27:35 +0100 Subject: [PATCH] feat: use the new composer way to get installed version --- src/NotificationsServiceProvider.php | 10 ---------- 1 file changed, 10 deletions(-) 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'); - } }