File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33namespace Websemantics \BuilderExtension \Console ;
44
55use Illuminate \Foundation \Bus \DispatchesJobs ;
6+ use Illuminate \Contracts \Config \Repository ;
67use Anomaly \Streams \Platform \Addon \AddonManager ;
78use Symfony \Component \Console \Input \InputOption ;
89use 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
You can’t perform that action at this time.
0 commit comments