Skip to content

Commit

Permalink
Added getSentry method and docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel van Hintum committed Jan 15, 2021
1 parent 4c80b40 commit 504131d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Craft Sentry Changelog

## 1.0.11 - 2021-01-15
- Added getSentry method and docblock. Thanks to @joshuabaker

## 1.0.10.1 - 2021-01-07
- Fix PHP parsing error. Thanks to @cgivord

Expand Down
6 changes: 6 additions & 0 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@

use yii\base\Event;

/**
* Sentry craft cms plugin
*
* @property SentryService $sentry The sentry component
* @method SentryService getSentry() Returns the sentry component.
*/
class Plugin extends CraftPlugin
{
/**
Expand Down

0 comments on commit 504131d

Please sign in to comment.