We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603202f commit 22e3efcCopy full SHA for 22e3efc
src/Illuminate/Foundation/Console/ComponentMakeCommand.php
@@ -92,7 +92,7 @@ protected function writeView($onSuccess = null)
92
file_put_contents(
93
$path,
94
'<div>
95
- <!-- '.Inspiring::quote().' -->
+ <!-- '.Inspiring::quotes()->random().' -->
96
</div>'
97
);
98
@@ -112,7 +112,7 @@ protected function buildClass($name)
112
if ($this->option('inline')) {
113
return str_replace(
114
['DummyView', '{{ view }}'],
115
- "<<<'blade'\n<div>\n <!-- ".Inspiring::quote()." -->\n</div>\nblade",
+ "<<<'blade'\n<div>\n <!-- ".Inspiring::quotes()->random()." -->\n</div>\nblade",
116
parent::buildClass($name)
117
118
}
0 commit comments