Skip to content

Commit

Permalink
refactor: use core version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof authored Aug 23, 2021
1 parent 849ea4d commit d389993
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/CalendarServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
}

0 comments on commit d389993

Please sign in to comment.