Skip to content

Commit 5c0a852

Browse files
committed
Change some spacing
1 parent 015136f commit 5c0a852

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/ReactServiceProvider.php

+2-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function register() {
4141
}
4242
else {
4343

44-
$this->mergeConfigFrom(__DIR__.'/../config/config.php', 'react');
44+
$this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'react');
4545

4646
$reactSource = file_get_contents(config('react.source'));
4747
$componentsSource = file_get_contents(config('react.components'));
@@ -50,15 +50,13 @@ public function register() {
5050
Cache::forever('reactSource', $reactSource);
5151
Cache::forever('componentsSource', $componentsSource);
5252
}
53-
5453
}
5554

5655
return new React($reactSource, $componentsSource);
5756
});
5857
}
5958

60-
public function provides()
61-
{
59+
public function provides() {
6260
return ['React'];
6361
}
6462

0 commit comments

Comments
 (0)