You've already forked symfony-notifications
rename to notifications
This commit is contained in:
20
NotificationsBundle/Service/FooService.php
Normal file
20
NotificationsBundle/Service/FooService.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Bluesquare\NotificationsBundle\Service;
|
||||
|
||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||
use Symfony\Component\HttpFoundation\RequestStack;
|
||||
|
||||
class FooService
|
||||
{
|
||||
public function __construct(RequestStack $requestStack)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function foo()
|
||||
{
|
||||
die(var_dump('azertyu'));
|
||||
return 'bar';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user