diff --git a/app/Http/Controllers/Shop/ShopController.php b/app/Http/Controllers/Shop/ShopController.php index 10a9fc4..216cc5e 100755 --- a/app/Http/Controllers/Shop/ShopController.php +++ b/app/Http/Controllers/Shop/ShopController.php @@ -10,6 +10,7 @@ use App\Services\PurchaseService; use App\Services\RconService; use Illuminate\Http\Request; use Illuminate\Support\Facades\Auth; +use Illuminate\View\View; use Symfony\Component\HttpFoundation\Response; class ShopController extends Controller