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 b962868 commit cf04e16Copy full SHA for cf04e16
src/Facade/Repository.php
@@ -0,0 +1,17 @@
1
+<?php
2
+
3
+namespace PPSpaces\Facade;
4
5
+use Illuminate\Support\Facades\Facade;
6
7
+class Repository extends Facade {
8
9
+ /**
10
+ * Get the registered name of the component.
11
+ *
12
+ * @return string
13
+ */
14
+ protected static function getFacadeAccessor() {
15
+ return 'PPSpaces/Repositories/Repository';
16
+ }
17
+}
0 commit comments