Skip to content

Commit

Permalink
Merge pull request #17 from jyrkidn/hotfix/add-contract-types
Browse files Browse the repository at this point in the history
Add types function defined in the Blueprint Generator contract.
  • Loading branch information
Naoray committed Jul 9, 2020
2 parents 5813084 + da2bf40 commit 427143d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/NovaGenerator.php
Original file line number Diff line number Diff line change
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 427143d

Please sign in to comment.