Skip to content

Commit

Permalink
Add missing contract.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 17, 2020
1 parent efa9140 commit b0cd283
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ public function getStubFile(): string
return __DIR__.'/stubs/page.install.stub';
}

/**
* Get the stub file for the generator.
*/
public function getPublishedStubFileName(): ?string
{
return null;
}

/**
* Get the default namespace for the class.
*/
Expand Down

0 comments on commit b0cd283

Please sign in to comment.