Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 3cb47c9

Browse files
committed
adding bundle class
1 parent b690a5e commit 3cb47c9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

ProblematicAuthNetBundle.php

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

0 commit comments

Comments
 (0)