Skip to content

Commit 7b45a43

Browse files
authored
Merge pull request #27 from larapack/analysis-qrlJP9
Apply fixes from StyleCI
2 parents dc17c64 + fb3cd54 commit 7b45a43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

publishable/config/hooks.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
return [
44

5-
'enabled' => env('HOOKS_ENABLED', true),
5+
'enabled' => env('HOOKS_ENABLED', true),
66

7-
];
7+
];

src/HooksServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class HooksServiceProvider extends ServiceProvider
1212
*/
1313
public function register()
1414
{
15-
$configPath = dirname(__DIR__) . '/publishable/config/hooks.php';
15+
$configPath = dirname(__DIR__).'/publishable/config/hooks.php';
1616

1717
$this->mergeConfigFrom($configPath, 'hooks');
1818

0 commit comments

Comments
 (0)