Move solutions out of the source itself
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-03 20:47:53 +01:00
parent 5c86431824
commit 68583b1b84
22 changed files with 71 additions and 69 deletions

View File

@ -10,6 +10,7 @@ return static function (RectorConfig $rectorConfig): void {
$rectorConfig->paths(
[
__DIR__.'/src',
__DIR__.'/data',
]
);