Flake\Core\PostConnectionService::execute PHP 메소드

execute() 공개 메소드

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