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

#236 Use view composer for comment form #397

Merged
merged 1 commit into from
Nov 26, 2014

Conversation

baopham
Copy link
Contributor

@baopham baopham commented Nov 18, 2014

With suggestions from @Aristona and @gcphost

@@ -0,0 +1,3 @@
<?php

View::composer('site/blog/view_post', 'Acme\Composers\CommentComposer');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't know why I can't use the dot syntax here: site.blog.view_post doesn't work.

@baopham baopham force-pushed the feature/comment-composer branch 2 times, most recently from 9b6cc0c to ce51540 Compare November 25, 2014 04:50
andrewelkins added a commit that referenced this pull request Nov 26, 2014
@andrewelkins andrewelkins merged commit 3a54514 into andrewelkins:master Nov 26, 2014
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.

None yet

2 participants