Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ousid authored and github-actions[bot] committed Aug 14, 2022
1 parent 147bebd commit 8529fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions src/Console/PresenterMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

namespace Coderflex\LaravelPresenter\Console;

use Illuminate\Console\GeneratorCommand;

class PresenterMakeCommand extends MakePresenterCommand
{
public $name = 'presenter:make';

protected function configure()
{
$this->setHidden(true);
}

}
4 changes: 2 additions & 2 deletions src/LaravelPresenterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Coderflex\LaravelPresenter;

use Coderflex\LaravelPresenter\Console\{
PresenterMakeCommand,
MakePresenterCommand
MakePresenterCommand,
PresenterMakeCommand
};
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
Expand Down

0 comments on commit 8529fbe

Please sign in to comment.