File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
1.0.9
2
- date: 2016-10-02
2
+ date: 2016-10-03
3
3
changes:
4
- -
4
+ - Bug fix, ` Cannot declare class Websemantics\BuilderExtension\Console\MakeAddon because the name is already in use `
5
5
6
6
1.0.8
7
7
date: 2016-10-02
Original file line number Diff line number Diff line change 4
4
5
5
use Illuminate \Foundation \Bus \DispatchesJobs ;
6
6
use Anomaly \Streams \Platform \Addon \AddonManager ;
7
- use Anomaly \Streams \Platform \Addon \Console \MakeAddon ;
8
7
use Symfony \Component \Console \Input \InputOption ;
9
8
use Symfony \Component \Console \Input \InputArgument ;
10
9
use Websemantics \BuilderExtension \Traits \Registry ;
24
23
* @author Adnan M.Sagar, Phd. <adnan@websemantics.ca>
25
24
* @copyright 2012-2016 Web Semantics, Inc
26
25
*/
27
- class MakeAddon extends MakeAddon
26
+ class MakeAddon extends \ Anomaly \ Streams \ Platform \ Addon \ Console \ MakeAddon
28
27
{
29
28
use Registry;
30
29
You can’t perform that action at this time.
0 commit comments