Skip to content

Commit

Permalink
Use Illuminate response
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Feb 2, 2015
1 parent 9eceaca commit d57ca9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/AssetController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php namespace Barryvdh\Debugbar\Controllers;

use Symfony\Component\HttpFoundation\Response;
use Illuminate\Http\Response;

class AssetController extends BaseController
{
Expand Down

0 comments on commit d57ca9b

Please sign in to comment.