Skip to content

Instantly share code, notes, and snippets.

@jonnybarnes
Created August 6, 2019 14:16
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 jonnybarnes/d3fa91c99039a14340c03d60913af7dd to your computer and use it in GitHub Desktop.
Save jonnybarnes/d3fa91c99039a14340c03d60913af7dd to your computer and use it in GitHub Desktop.
Used in my PHP Traits post for BuildEmpire
<?php
namespace Foo;
class MyClass
{
use Bar;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment