Skip to content

Commit

Permalink
Add types function defined in the Blueprint Generator contract.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkidn committed Jul 8, 2020
1 parent 5813084 commit da2bf40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/NovaGenerator.php
Expand Up @@ -117,4 +117,9 @@ protected function filteredTasks(): array

return array_merge($tasks, [new RemapImports]);
}

public function types(): array
{
return ['nova'];
}
}

0 comments on commit da2bf40

Please sign in to comment.