Skip to content

Commit 673b68a

Browse files
committed
Add structarmed to github workflows
1 parent df15c3d commit 673b68a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

structarmed.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
use Boundwize\StructArmed\Architecture;
6+
use Boundwize\StructArmed\Preset\Preset;
7+
8+
return Architecture::define()
9+
->withPreset(Preset::PSR4());

0 commit comments

Comments
 (0)