DoSomething / gateway

:lock_with_ink_pen: An opinionated PHP REST API client.
MIT License
2 stars 0 forks source link

Extracts Laravel introspection helpers into a little class. #39

Closed DFurnes closed 8 years ago

DFurnes commented 8 years ago

Changes

This pull request extracts some Laravel class introspection helpers we were relying on into a helper class. It fixes two issues: class_basename not being defined outside of Laravel apps, and that PHP's built-in class_uses doesn't find inherited traits.


For review: @weerd @chloealee

weerd commented 8 years ago

👍