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 aae72fe commit caf4739Copy full SHA for caf4739
src/JsVar/Facades/JsVar.php
@@ -1,5 +1,7 @@
1
<?php namespace Dowilcox\JsVar\Facades;
2
3
+use Illuminate\Support\Facades\Facade;
4
+
5
class JsVar extends Facade
6
{
7
protected static function getFacadeAccessor()
0 commit comments