Skip to content

Commit

Permalink
Add missing method
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Oct 30, 2021
1 parent cdf9111 commit 5f40691
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/DummyKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,8 @@ public function getCharset(): string
public function getProjectDir(): string
{
}

public function getBuildDir(): string
{
}
}

0 comments on commit 5f40691

Please sign in to comment.