ytake / Laravel.Smarty

smarty template engine for laravel
MIT License
84 stars 24 forks source link

fix clear compiled command #39

Closed m-bymike closed 8 years ago

m-bymike commented 8 years ago

Inject SmartyFactory instead of Smarty itself, thus it's configured and ready to clear the compiled templates.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 32bbf1057b7b71be9a8956bf3b670c44f4e8babf on m-bymike:fix/clear_compiled_command into 7102249e5adbea1aab1f30891a3b71cb95a5780e on ytake:master.

ytake commented 8 years ago

👍