CleverIT / UBL_invoice

MIT License
36 stars 39 forks source link

Move classes to correct dir (PSR-4) #11

Closed barryvdh closed 5 years ago

barryvdh commented 5 years ago

Both src and src/classes are in the same namespace. To follow PSR-4, they should just be in the same dir. Also, Sample.php isn't actually a class, it's just an example and doesn't need to be autoloaded.