Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad98047

Browse files
committed
Remove periods from optimize command.
1 parent ec722b7 commit ad98047

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Illuminate/Foundation/Console/OptimizeCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ public function __construct(Composer $composer)
5050
*/
5151
public function fire()
5252
{
53-
$this->info('Generating optimized class loader...');
53+
$this->info('Generating optimized class loader');
5454

5555
$this->composer->dumpOptimized();
5656

57-
$this->info('Compiling common classes...');
57+
$this->info('Compiling common classes');
5858

5959
$this->compileClasses();
6060
}

0 commit comments

Comments
 (0)