for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Taisiya\PropelBundle\Database\TestDatabase\FirstTestTable;
use Taisiya\PropelBundle\Database\Index;
class TestIndex extends Index
{
public static function getName(): string
return 'example';
}