9 lines
130 B
PHP
9 lines
130 B
PHP
<?php
|
|
|
|
namespace Catalyst\APIBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class CatalystAPIBundle extends Bundle
|
|
{
|
|
}
|