themosis / documentation

Official documentation of the Themosis framework.
http://framework.themosis.com/
52 stars 37 forks source link

incorrect path on Extending Twig #74

Closed npsouza closed 5 years ago

npsouza commented 5 years ago

Hello,

The path for Facades\Twig in example from Extending Twig is incorrect;

Incorrect (Facade)

use Themosis\Support\Facade\Twig;

Correct (Facades)

use Themosis\Support\Facades\Twig;

I hope to be helping

jlambe commented 5 years ago

@nathanopereira Thanks for catching this one. Would you like to submit a PR against the 2.0 branch ?

npsouza commented 5 years ago

Ok, PR opened #75