Skip to content

Commit

Permalink
Merge pull request #3 from dalabarge/patch-1
Browse files Browse the repository at this point in the history
Renamed Environment to Factory for Laravel 4.2
  • Loading branch information
Chris Hayes committed Jun 3, 2014
2 parents 2f3d40a + 213781b commit 342a40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Crhayes/BladePartials/Environment.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php namespace Crhayes\BladePartials;

class Environment extends \Illuminate\View\Environment {
class Environment extends \Illuminate\View\Factory {

/**
* Storage for our blocks.
Expand Down

0 comments on commit 342a40e

Please sign in to comment.