Skip to content

Commit 1f5a58d

Browse files
authored
Create InachisTimeline bundle class
1 parent 79320b9 commit 1f5a58d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/InachisTimeline.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
namespace Inachis\Timeline;
4+
5+
use Symfony\Component\HttpKernel\Bundle\Bundle;
6+
7+
final class InachisTimeline extends Bundle
8+
{
9+
}

0 commit comments

Comments
 (0)