for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace leocata\M1\Methods;
use leocata\M1\Abstracts\Methods;
class MessageMethods extends Methods
{
public function getMandatoryFields(): array
return [];
}