Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

Commit 2b0ffdf

Browse files
committed
convert spaces to tabs
1 parent 10f1088 commit 2b0ffdf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/Yangqi/Htmldom/HtmldomServiceProvider.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ class HtmldomServiceProvider extends ServiceProvider {
1212
protected $defer = false;
1313

1414
/**
15-
* Bootstrap the application events.
16-
*
17-
* @return void
18-
*/
19-
public function boot()
20-
{
21-
$this->package('yangqi/htmldom');
22-
}
15+
* Bootstrap the application events.
16+
*
17+
* @return void
18+
*/
19+
public function boot()
20+
{
21+
$this->package('yangqi/htmldom');
22+
}
2323

2424
/**
2525
* Register the service provider.
@@ -29,9 +29,9 @@ public function boot()
2929
public function register()
3030
{
3131
$this->app['htmldom'] = $this->app->share(function($app)
32-
{
33-
return new Htmldom;
34-
});
32+
{
33+
return new Htmldom;
34+
});
3535
}
3636

3737
/**

0 commit comments

Comments
 (0)