Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created January 28, 2017 21:56
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 cyrilletuzi/56cda1811dadad2fee1f1f93bf192869 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/56cda1811dadad2fee1f1f93bf192869 to your computer and use it in GitHub Desktop.
<?php
// module.php
namespace Symfony\Accounts;
class User {}
// script.php
use Symfony\User\User;
$myUser = new User();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment