Skip to content

Commit d57ca9b

Browse files
committed
Use Illuminate response
Fixes barryvdh#261
1 parent 9eceaca commit d57ca9b

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)