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 655ecd9 commit 15ce467Copy full SHA for 15ce467
src/Facade/Repository.php
@@ -4,14 +4,18 @@
4
5
use Illuminate\Support\Facades\Facade;
6
7
-class Repository extends Facade {
8
-
+/**
+ * @see \PPSpaces\Repositories\Repository
9
+ */
10
+class Repository extends Facade
11
+{
12
/**
13
* Get the registered name of the component.
14
*
15
* @return string
16
*/
- protected static function getFacadeAccessor() {
- return 'PPSpaces/Repositories/Repository';
17
+ protected static function getFacadeAccessor()
18
+ {
19
+ return 'PPSpaces\Repositories\Repository';
20
}
21
0 commit comments