Skip to content

Instantly share code, notes, and snippets.

@Sequoia
Created February 4, 2015 17:53
Show Gist options
  • Select an option

  • Save Sequoia/216a283364dd1694a6ca to your computer and use it in GitHub Desktop.

Select an option

Save Sequoia/216a283364dd1694a6ca to your computer and use it in GitHub Desktop.
<?php
require_once 'vendor/autoload.php';
class Tester {
use MyNamespace\Traits\AmazonTraits;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment