Skip to content

Commit 95effa9

Browse files
committed
Use Illuminate response
1 parent aea3d0b commit 95effa9

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)