Skip to content

Commit

Permalink
refactor: remove version overide
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof authored Feb 2, 2022
1 parent 9f6d934 commit 781f766
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/DiscordConnectorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,14 +139,4 @@ public function getPackagistVendorName(): string
{
return 'warlof';
}

/**
* Return the plugin installed version.
*
* @return string
*/
public function getVersion(): string
{
return config('discord-connector.config.version');
}
}

0 comments on commit 781f766

Please sign in to comment.