10 lines
143 B
PHP
10 lines
143 B
PHP
<?php
|
|
|
|
namespace KupShop\PayPalCheckoutBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class PayPalCheckoutBundle extends Bundle
|
|
{
|
|
}
|