Created
August 6, 2019 14:16
-
-
Save jonnybarnes/d3fa91c99039a14340c03d60913af7dd to your computer and use it in GitHub Desktop.
Used in my PHP Traits post for BuildEmpire
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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