10 lines
149 B
PHP
10 lines
149 B
PHP
<?php
|
|
|
|
namespace Skobkin\Bundle\PointToolsBundle;
|
|
|
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
|
|
|
class SkobkinPointToolsBundle extends Bundle
|
|
{
|
|
}
|