created bundle and core classes
This commit is contained in:
10
SoapKernel.php
Normal file
10
SoapKernel.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Bundle\WebServiceBundle;
|
||||
|
||||
use Symfony\Component\HttpKernel\HttpKernel;
|
||||
|
||||
class SoapKernel extends HttpKernel
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user