REBELinBLUE\Deployer\Notification::testPayload PHP 메소드

testPayload() 공개 메소드

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