Select Git revision
-
Reiter, Christoph authored
To be in line with the naming schema of symfony. Add a deprecated dummy class to make the transition easier
Reiter, Christoph authoredTo be in line with the naming schema of symfony. Add a deprecated dummy class to make the transition easier
AuthorizationService.php 221 B
<?php
declare(strict_types=1);
namespace Dbp\Relay\CoreBundle\Authorization;
/**
* @deprecated use AbstractAuthorizationService instead
*/
abstract class AuthorizationService extends AbstractAuthorizationService
{
}