Skip to content

Commit 70cb0b1

Browse files
committed
Merge branch 'master' of github.com:Legobox-co/quick-ssh
2 parents 7522824 + b7169f9 commit 70cb0b1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/Facades/QuickSsh.php

+8-7
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66

77
class QuickSsh extends Facade {
88

9-
/**
10-
* Setting up the facade assessor
11-
*
12-
* @return void
13-
*/
14-
protected static function getFacadeAccessor(){
9+
/**
10+
* Setting up the facade assessor
11+
*
12+
* @return void
13+
*/
14+
protected static function getFacadeAccessor(){
1515
return 'quickssh';
1616
}
17-
}
17+
18+
}

0 commit comments

Comments
 (0)