Skip to content

Commit 1a4ecbe

Browse files
authored
Merge pull request barryvdh#609 from tomvo/1.8
Use Illuminate response
2 parents aea3d0b + 95effa9 commit 1a4ecbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/AssetController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php namespace Barryvdh\Debugbar\Controllers;
22

3-
use Symfony\Component\HttpFoundation\Response;
3+
use Illuminate\Http\Response;
44

55
class AssetController extends BaseController
66
{

0 commit comments

Comments
 (0)