diff --git a/src/WidgetGenerator.php b/src/WidgetGenerator.php index 19faa33..d5b9621 100644 --- a/src/WidgetGenerator.php +++ b/src/WidgetGenerator.php @@ -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 ************************');