for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Maknz\Slack\BlockElement;
/**
* @deprecated This class is deprecated in favour of StaticSelect since 2.2.0 and will be removed in a future release.
*/
class Select extends StaticSelect
{
}