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 391bdce commit 00cc13fCopy full SHA for 00cc13f
src/RouteToClass.php
@@ -49,6 +49,18 @@ public function __construct()
49
$this->generators = collect(config('routetoclass.generators'));
50
}
51
52
+ /**
53
+ * Get Instance
54
+ *
55
+ * Returns the current object instance. Useful for when using facades.
56
57
+ * @return $this
58
+ */
59
+ public function getInstance()
60
+ {
61
+ return $this;
62
+ }
63
+
64
/**
65
* Get Classes
66
*
0 commit comments