Skip to content

Commit

Permalink
fix(application): console trait miss abstract method
Browse files Browse the repository at this point in the history
  • Loading branch information
Stiven Katuuk committed Feb 25, 2023
1 parent a721224 commit cb080c6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ trait InteractsWithConsoleInApplication
{
use InteractsWithConsole;

abstract public function getNamespace(): string;

public function getNamespacePath(): string
{
return base_path(
Expand Down

0 comments on commit cb080c6

Please sign in to comment.