File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ private function createView()
60
60
$ this ->files ->put ($ path , $ this ->getViewStub ());
61
61
62
62
$ this ->info (' - ' .$ this ->qualifyClass ($ this ->getNameInput ()).'View.blade.php - was created. (^_^) ' );
63
-
63
+
64
64
$ this ->printStarUs ();
65
65
}
66
66
@@ -148,11 +148,11 @@ private function getViewStub()
148
148
{
149
149
return 'Note that you can reference partials within "App\Widgets" folder like this: @include("Widgets::somePartial") ' ;
150
150
}
151
-
151
+
152
152
private function printStarUs ()
153
153
{
154
- if (mt_rand (1 , 6 ) !== 4 ) {
155
- return null ;
154
+ if (mt_rand (1 , 6 ) !== 4 ) {
155
+ return ;
156
156
}
157
157
$ this ->info ('************************ Star It ************************ ' );
158
158
$ this ->info ('Dear developer, if you find Laravel-Widgetize useful for you ' );
@@ -162,5 +162,4 @@ private function printStarUs()
162
162
$ this ->info ('Thanks. lol ' );
163
163
$ this ->info ('******************************************************** ' );
164
164
}
165
-
166
165
}
You can’t perform that action at this time.
0 commit comments