Skip to content

Instantly share code, notes, and snippets.

@casimiroarruda
Last active December 14, 2015 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save casimiroarruda/5005307 to your computer and use it in GitHub Desktop.
Save casimiroarruda/5005307 to your computer and use it in GitHub Desktop.
<?php
namespace Community;
use Location\SaoPaulo;
$you = new User();
$phpsp = new Community(
new SaoPaulo()
);
$phpsp->welcome($you);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment