File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,13 @@ function ($app) {
65
65
$ this ->app ->singleton (Blueprint::class, function ($ app ) {
66
66
$ blueprint = new Blueprint ();
67
67
$ blueprint ->registerLexer (new \Blueprint \Lexers \ModelLexer ());
68
+ $ blueprint ->registerLexer (new \Blueprint \Lexers \SeederLexer ());
68
69
$ blueprint ->registerLexer (new \Blueprint \Lexers \ControllerLexer (new \Blueprint \Lexers \StatementLexer ()));
69
70
70
71
$ blueprint ->registerGenerator (new \Blueprint \Generators \MigrationGenerator ($ app ['files ' ]));
71
72
$ blueprint ->registerGenerator (new \Blueprint \Generators \ModelGenerator ($ app ['files ' ]));
72
73
$ blueprint ->registerGenerator (new \Blueprint \Generators \FactoryGenerator ($ app ['files ' ]));
74
+ $ blueprint ->registerGenerator (new \Blueprint \Generators \SeederGenerator ($ app ['files ' ]));
73
75
74
76
$ blueprint ->registerGenerator (new \Blueprint \Generators \ControllerGenerator ($ app ['files ' ]));
75
77
$ blueprint ->registerGenerator (new \Blueprint \Generators \Statements \EventGenerator ($ app ['files ' ]));
You can’t perform that action at this time.
0 commit comments