Skip to content

Commit

Permalink
Update WidgetGenerator.php
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 authored Feb 12, 2018
1 parent f193125 commit 3f4a103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WidgetGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ private function getViewStub()

private function printStarUs()
{
if (mt_rand(1, 6) !== 4) {
if (mt_rand(1, 5) !== 3) {
return;
}
$this->info('************************ Star It ************************');
Expand Down

0 comments on commit 3f4a103

Please sign in to comment.