Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Sep 18, 2023
1 parent e77c793 commit f61e840
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/Commands/GeneratorCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,24 @@ protected function viewPath($path = '')
{
return $this->viewPathUsingCanvas($path);
}

/**
* Get a list of possible model names.
*
* @return array<int, string>
*/
protected function possibleModels()
{
return $this->possibleModelsUsingCanvas();
}

/**
* Get a list of possible event names.
*
* @return array<int, string>
*/
protected function possibleEvents()
{
return $this->possibleEventsUsingCanvas();
}
}

0 comments on commit f61e840

Please sign in to comment.