Skip to content

Commit

Permalink
refactor and remove optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 27, 2016
1 parent eae5b66 commit 733d829
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Foundation/Console/OptimizeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public function fire()
protected function getOptions()
{
return [
['force', null, InputOption::VALUE_NONE, 'Force the compiled class file to be written (deprecated).'],

['psr', null, InputOption::VALUE_NONE, 'Do not optimize Composer dump-autoload.'],
];
}
Expand Down
2 changes: 2 additions & 0 deletions src/Illuminate/Support/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ public function isDeferred()
/**
* Get a list of files that should be compiled for the package.
*
* @deprecated
*
* @return array
*/
public static function compiles()
Expand Down

0 comments on commit 733d829

Please sign in to comment.