Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec722b7 commit ad98047Copy full SHA for ad98047
1 file changed
src/Illuminate/Foundation/Console/OptimizeCommand.php
@@ -50,11 +50,11 @@ public function __construct(Composer $composer)
50
*/
51
public function fire()
52
{
53
- $this->info('Generating optimized class loader...');
+ $this->info('Generating optimized class loader');
54
55
$this->composer->dumpOptimized();
56
57
- $this->info('Compiling common classes...');
+ $this->info('Compiling common classes');
58
59
$this->compileClasses();
60
}
0 commit comments