notrab / dumbo

A lightweight, friendly PHP framework for HTTP.
MIT License
158 stars 16 forks source link

chore: use __DIR__ in require autoload #46

Closed rayblair06 closed 1 month ago

rayblair06 commented 2 months ago

It seems like good practice to use__DIR__ to get the absolute directory we're in.