Skip to content

Commit acf56f4

Browse files
committed
ServiceProvider cleaned up
1 parent da79307 commit acf56f4

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

src/TibiaDataApiServiceProvider.php

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,10 @@ class TibiaDataApiServiceProvider extends ServiceProvider
1111
*/
1212
public function boot()
1313
{
14-
/*
15-
* Optional methods to load your package assets
16-
*/
17-
// $this->loadTranslationsFrom(__DIR__.'/../resources/lang', 'tibia-data-api');
18-
// $this->loadViewsFrom(__DIR__.'/../resources/views', 'tibia-data-api');
19-
// $this->loadMigrationsFrom(__DIR__.'/../database/migrations');
20-
// $this->loadRoutesFrom(__DIR__.'/routes.php');
21-
2214
if ($this->app->runningInConsole()) {
2315
$this->publishes([
2416
__DIR__.'/../config/tibia-data-api.php' => config_path('tibia-data-api.php'),
2517
], 'config');
26-
27-
// Publishing the views.
28-
/*$this->publishes([
29-
__DIR__.'/../resources/views' => resource_path('views/vendor/tibia-data-api'),
30-
], 'views');*/
31-
32-
// Publishing assets.
33-
/*$this->publishes([
34-
__DIR__.'/../resources/assets' => public_path('vendor/tibia-data-api'),
35-
], 'assets');*/
36-
37-
// Publishing the translation files.
38-
/*$this->publishes([
39-
__DIR__.'/../resources/lang' => resource_path('lang/vendor/tibia-data-api'),
40-
], 'lang');*/
41-
42-
// Registering package commands.
43-
// $this->commands([]);
4418
}
4519
}
4620

0 commit comments

Comments
 (0)