Skip to content

Fixed wrong view class for Twig #6

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

Merged
merged 1 commit into from
Jan 5, 2015

Conversation

frozzare
Copy link

@frozzare frozzare commented Jan 5, 2015

$view = new MyBladeHtmlView;

should be

$view = new MyTwigHtmlView

Since the text is about extending the TwigHtmlView and not Blade.

```php
$view = new MyBladeHtmlView;
```

should be

```php
$view = new MyTwigHtmlView
```

Since the text is about extending the TwigHtmlView and not Blade.
@asika32764
Copy link
Member

Thank you, merged.

asika32764 added a commit that referenced this pull request Jan 5, 2015
Fixed wrong view class for Twig
@asika32764 asika32764 merged commit 5abce45 into windwalker-io:master Jan 5, 2015
@frozzare frozzare deleted the patch-1 branch January 5, 2015 13:18
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