You've already forked symfony-billing
add services && controller && first configuration tree builder
This commit is contained in:
16
BillingBundle/Controller/BillingController.php
Normal file
16
BillingBundle/Controller/BillingController.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Bluesquare\BillingBundle\Controller;
|
||||
|
||||
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
|
||||
|
||||
class BillingController extends AbstractController
|
||||
{
|
||||
/**
|
||||
* @Route("/bluesquare/billing-bundle/webhook", name="bluesquare.billing_bundle.webhook")
|
||||
*/
|
||||
public function webhook()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user