Rareloop / lumberjack

Lumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.
https://lumberjack.rareloop.com
MIT License
377 stars 34 forks source link

Wrong class on the WordPress Controllers documentation? #13

Closed lmartins closed 6 years ago

lmartins commented 6 years ago

What are the steps to reproduce this issue?

Sorry, I would submit this as a PR whoever I'm not being able to get to docs in git, maybe its a Gitbook thing.

In the WordPress Controllers documentation, the TimberResponse class is being called with: use App\Http\Responses\TimberResponse;

In my environment at least that doesn't work, and it needs to be: use Rareloop\Lumberjack\Http\Responses\TimberResponse;

Thanks!

adamtomat commented 6 years ago

Ah yes that's an error on my behalf, good spot. Will get this patched when I get a chance (early next week). If you fancied doing a PR we you can do so on this repo:

https://github.com/Rareloop/lumberjack-docs

adamtomat commented 6 years ago

Fixed the documentation.