REBELinBLUE\Deployer\Notification::testPayload PHP Méthode

testPayload() public méthode

Generates a test payload for Slack.
public testPayload ( ) : array
Résultat array
    public function testPayload()
    {
        return ['text' => Lang::get('notifications.test_message')];
    }