fideloper / Implementing-Laravel

Companion application to the e-book Implementing Laravel
171 stars 40 forks source link

Update CacheDecorator.php #16

Closed jjiko closed 10 years ago

jjiko commented 10 years ago

byId -> byTag

fideloper commented 10 years ago

Thanks, I'll get this in soon!

On Sunday, December 8, 2013, Jiko wrote:

byId -> byTag

You can merge this Pull Request by running

git pull https://github.com/JoeJiko/Implementing-Laravel patch-1

Or view, comment on, or merge it at:

https://github.com/fideloper/Implementing-Laravel/pull/16 Commit Summary

  • Update CacheDecorator.php

File Changes

  • M app/Impl/Repo/Article/CacheDecorator.phphttps://github.com/fideloper/Implementing-Laravel/pull/16/files#diff-0(4)

Patch Links:

fideloper commented 10 years ago

Hey!

I've merged this in via CLI to the develop branch. I'll merge it into the master branch as a release with your other PR.

Thanks for your debugging help!