Skip to content

Commit

Permalink
Renamed Environment to Factory for Laravel 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel LaBarge committed Jun 2, 2014
1 parent 2f3d40a commit 213781b
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 213781b

Please sign in to comment.