Skip to content

Commit adc1be5

Browse files
committed
Fixes #27
1 parent 7911057 commit adc1be5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#### [1.*.*] - 2016-12-**
1+
#### [1.1.3] - 2017-03-18
22
##### Changed
33
- Add support for theme skin addon type.
4-
- Generic fixes.
4+
- Fix issue #27
55

66
#### [1.1.2] - 2016-10-30
77
##### Changed

src/Console/MakeAddon.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Websemantics\BuilderExtension\Console;
44

55
use Illuminate\Foundation\Bus\DispatchesJobs;
6+
use Illuminate\Contracts\Config\Repository;
67
use Anomaly\Streams\Platform\Addon\AddonManager;
78
use Symfony\Component\Console\Input\InputOption;
89
use Symfony\Component\Console\Input\InputArgument;
@@ -47,7 +48,7 @@ class MakeAddon extends \Anomaly\Streams\Platform\Addon\Console\MakeAddon
4748
/**
4849
* Execute the console command.
4950
*/
50-
public function fire(AddonManager $addons)
51+
public function fire(AddonManager $addons, Repository $config)
5152
{
5253
$this->logo();
5354

0 commit comments

Comments
 (0)