Flake\Core\PostConnectionService::execute PHP Method

execute() public method

public execute ( )
    function execute()
    {
        sleep(10);
        mail("[email protected]", "Hello", "je suis la");
    }
PostConnectionService