for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace UserAdmin\IndexPage\Columns;
class TextColumn extends AbstractColumn
{
public static function component(): string
return 'index-component-text';
}