for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Tomaj\NetteApi\Misc;
/**
* @deprecated use StaticTokenRepository instead
* will be removed in 3.0.0
*/
class StaticBearerTokenRepository extends StaticTokenRepository
{
}