Skip to content

Commit 3f4a103

Browse files
Update WidgetGenerator.php
1 parent f193125 commit 3f4a103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WidgetGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private function getViewStub()
161161

162162
private function printStarUs()
163163
{
164-
if (mt_rand(1, 6) !== 4) {
164+
if (mt_rand(1, 5) !== 3) {
165165
return;
166166
}
167167
$this->info('************************ Star It ************************');

0 commit comments

Comments
 (0)