Skip to content

Commit

Permalink
Merge pull request #5 from jildertmiedema/fix-laravel-41
Browse files Browse the repository at this point in the history
Fix laravel 41
  • Loading branch information
fojuth committed Feb 5, 2014
2 parents e4df86b + fc258a6 commit 6468028
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.0.x"
"illuminate/support": "4.1.x"
},
"suggest": {
"rcrowe/twigbridge": "Required for Twig support."
Expand All @@ -21,4 +21,4 @@
}
},
"minimum-stability": "dev"
}
}
4 changes: 3 additions & 1 deletion src/Fojuth/Plupload/Controllers/PluploadController.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php namespace Fojuth\Plupload\Controllers;

use \Illuminate\Routing\Controller;

/**
* Plupload gate.
*
* Works as a mediator initiating the upload process.
*/
class PluploadController extends \Illuminate\Routing\Controllers\Controller {
class PluploadController extends Controller {

protected $upload_handler;

Expand Down

0 comments on commit 6468028

Please sign in to comment.