Skip to content

Commit

Permalink
Improve the Modules Service
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Nov 17, 2017
1 parent c041536 commit 1a4c675
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion src/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Application extends Container implements ResponsePreparerInterface
*
* @var string
*/
const VERSION = '3.80.12';
const VERSION = '3.80.13';

/**
* Indicates if the application has "booted".
Expand Down
3 changes: 0 additions & 3 deletions src/Modules/Console/stubs/module-service-provider.stub
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ class ModuleServiceProvider extends ServiceProvider
*/
public function boot()
{
parent::boot();

//
$path = realpath(__DIR__ .'/../');

// Configure the Package.
Expand Down
9 changes: 0 additions & 9 deletions src/Modules/Support/Providers/ModuleServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ class ModuleServiceProvider extends ServiceProvider
protected $providers = array();


/**
* Bootstrap any application services.
*
* @return void
*/
public function boot()
{
//
}

protected function bootstrapFrom($path)
{
Expand Down

0 comments on commit 1a4c675

Please sign in to comment.