Skip to content

Instantly share code, notes, and snippets.

@WyriHaximus
Created January 23, 2018 17:59
Show Gist options
  • Save WyriHaximus/29d3f80c72b31beae70d5a51d536dda4 to your computer and use it in GitHub Desktop.
Save WyriHaximus/29d3f80c72b31beae70d5a51d536dda4 to your computer and use it in GitHub Desktop.
<?php
$all = await(all([
'site' => $buzz->get('https://www.wyrihaximus.net'),
'blog' => $buzz->get('https://blog.wyrihaximus.net'),
]), Factory::create());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment