@@ -6,12 +6,12 @@ |
||
6 | 6 | |
7 | 7 | class LearningLocker extends Facade { |
8 | 8 | |
9 | - /** |
|
10 | - * Get the registered name of the component. |
|
11 | - * |
|
12 | - * @return string |
|
13 | - */ |
|
14 | - protected static function getFacadeAccessor() { |
|
9 | + /** |
|
10 | + * Get the registered name of the component. |
|
11 | + * |
|
12 | + * @return string |
|
13 | + */ |
|
14 | + protected static function getFacadeAccessor() { |
|
15 | 15 | return 'learninglocker'; |
16 | - } |
|
16 | + } |
|
17 | 17 | } |