| Current Path : /var/www/www.indacotrentino.com/www/vendor/laminas/laminas-oauth/test/TestAsset/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/laminas/laminas-oauth/test/TestAsset/Token34879.php |
<?php
namespace LaminasTest\OAuth\TestAsset;
class Token34879
{
public function getToken(): string
{
return '1234567890';
}
}