Skip to content

Commit

Permalink
feat: use the new composer way to get installed version
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof committed Nov 29, 2020
1 parent d6d6e2c commit 9376ddc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/NotificationsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
}

0 comments on commit 9376ddc

Please sign in to comment.