Skip to content

Commit

Permalink
Merge pull request #609 from tomvo/1.8
Browse files Browse the repository at this point in the history
Use Illuminate response
  • Loading branch information
barryvdh authored Feb 21, 2017
2 parents aea3d0b + 95effa9 commit 1a4ecbe
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 1a4ecbe

Please sign in to comment.