Skip to content

Commit cbc7e55

Browse files
committed
feat(core): add plugin.php file
1 parent ae5fdac commit cbc7e55

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plugin.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace Flextype;
6+
7+
include __DIR__ . '/bootstrap.php';

0 commit comments

Comments
 (0)