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 b280edd commit 49f542bCopy full SHA for 49f542b
src/Illuminate/Foundation/Console/ComponentMakeCommand.php
@@ -80,7 +80,7 @@ protected function buildClass($name)
80
if ($this->option('inline')) {
81
return str_replace(
82
'DummyView',
83
- "<<<'blade'\n<div>\n ".Inspiring::quote()."\n</div>\nblade",
+ "<<<'blade'\n <div>\n ".Inspiring::quote()."\n </div>\n blade",
84
parent::buildClass($name)
85
);
86
}
0 commit comments