Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
Update and rename ServiceProvider.php to CollectionExportServiceProvi…
Browse files Browse the repository at this point in the history
…der.php
  • Loading branch information
faustbrian committed Nov 22, 2016
1 parent e1e96c1 commit 28be04f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,10 +2,10 @@

namespace BrianFaust\CollectionExport;

use BrianFaust\ServiceProvider\ServiceProvider as BaseProvider;
use Illuminate\Support\ServiceProvider;
use Maatwebsite\Excel\ExcelServiceProvider;

class ServiceProvider extends BaseProvider
class CollectionExportServiceProvider extends ServiceProvider
{
/**
* Register the application services.
Expand Down

0 comments on commit 28be04f

Please sign in to comment.