We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df39580 commit 0f0232fCopy full SHA for 0f0232f
composer.json
@@ -17,7 +17,7 @@
17
"require-dev": {
18
"phpunit/phpunit": "~3.0",
19
"mockery/mockery": "0.9.3",
20
- "orchestra/testbench": "~3.0"
+ "orchestra/testbench": "~2.0"
21
},
22
"autoload": {
23
"psr-4": {
src/Syntax/SteamApi/Containers/BaseContainer.php
@@ -1,6 +1,6 @@
1
<?php namespace Syntax\SteamApi\Containers;
2
3
-use Illuminate\Html\HtmlFacade;
+use Illuminate\Support\Facades\HTML;
4
use Syntax\SteamApi\Collection;
5
6
abstract class BaseContainer {
0 commit comments