Skip to content

Commit 15ce467

Browse files
committed
Update Repository Facade
1 parent 655ecd9 commit 15ce467

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/Facade/Repository.php

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44

55
use Illuminate\Support\Facades\Facade;
66

7-
class Repository extends Facade {
8-
7+
/**
8+
* @see \PPSpaces\Repositories\Repository
9+
*/
10+
class Repository extends Facade
11+
{
912
/**
1013
* Get the registered name of the component.
1114
*
1215
* @return string
1316
*/
14-
protected static function getFacadeAccessor() {
15-
return 'PPSpaces/Repositories/Repository';
17+
protected static function getFacadeAccessor()
18+
{
19+
return 'PPSpaces\Repositories\Repository';
1620
}
1721
}

0 commit comments

Comments
 (0)