Skip to content

Commit

Permalink
add excel service provider to package register
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaAlgo committed Feb 4, 2015
1 parent bb21f9d commit fdf3a7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Serverfireteam/Panel/PanelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ class PanelServiceProvider extends ServiceProvider

public function register()
{
// register zofe\rapyd
$this->app->register('Zofe\Rapyd\RapydServiceProvider');

// 'Maatwebsite\Excel\ExcelServiceProvider'
$this->app->register('Maatwebsite\Excel\ExcelServiceProvider');
include __DIR__."/Commands/ServerfireteamCommand.php";
$this->app['panel::install'] = $this->app->share(function()
{
Expand Down

1 comment on commit fdf3a7c

@AlirezaAlgo
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alenoosh you forget the service provider

Please sign in to comment.