Skip to content

Commit

Permalink
Forgot code in AbstractCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Mar 4, 2016
1 parent 4c7d11a commit d32a49d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All Notable changes to `Refinery` will be documented in this file

## [0.1.6](https://github.com/rougin/refinery/compare/v0.1.5...v0.1.6) - 2016-03-05

### Fixed
- Forgot code `$this->codeigniter = get_instance();` in `AbstractCommand`

## [0.1.5](https://github.com/rougin/refinery/compare/v0.1.4...v0.1.5) - 2016-03-03

### Changed
Expand Down
1 change: 1 addition & 0 deletions src/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function __construct(Describe $describe, Twig_Environment $renderer)
{
parent::__construct();

$this->codeigniter = get_instance();
$this->describe = $describe;
$this->renderer = $renderer;
}
Expand Down

0 comments on commit d32a49d

Please sign in to comment.