Skip to content

Commit

Permalink
Merge bf7fb39 into 86be669
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Aug 6, 2018
2 parents 86be669 + bf7fb39 commit c140a37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Release Notes

## v0.12.1 (2018-08-06)

- Fix location of `UserNotFoundException`
- Formatting tweaks

## v0.12.0 (2018-03-02)

### Added
Expand Down
4 changes: 1 addition & 3 deletions src/Support/Shortcode.php
Expand Up @@ -2,8 +2,6 @@

namespace Silk\Support;

use Silk\Support\Collection;

abstract class Shortcode
{
/**
Expand All @@ -17,7 +15,7 @@ abstract class Shortcode
* @var string
*/
protected $content;

/**
* The shortcode tag that was called
* @var string
Expand Down

0 comments on commit c140a37

Please sign in to comment.