Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix infyom.publish:templates #119

Merged
merged 1 commit into from
Apr 25, 2016
Merged

Conversation

danhunsaker
Copy link
Contributor

It looks like, when fixing issue #98, the PublishTemplateCommand was relocated, but the committer missed the use of __DIR__ in the file, and didn't update the path to account for the additional directory depth, so php artisan infyom.publish:templates was only creating empty directories instead of actually publishing anything. This commit fixes that.

It looks like, when fixing issue InfyOmLabs#98, the PublishTemplateCommand was relocated, but the committer missed the use of `__DIR__` in the file, and didn't update the path to account for the additional directory depth, so `php artisan infyom.publish:templates` was only creating empty directories instead of actually publishing anything.  This commit fixes that.
@mitulgolakiya mitulgolakiya merged commit d79895c into InfyOmLabs:master Apr 25, 2016
@mitulgolakiya
Copy link
Member

@danhunsaker Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants