Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Commit

Permalink
extends from service provider class
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis committed Sep 13, 2016
1 parent f8e486c commit 32128a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FFMpeg/FFMpegServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Doctrine\Common\Cache\ArrayCache;
use Illuminate\Support\ServiceProvider;

class FFMpegServiceProvider implements ServiceProvider
class FFMpegServiceProvider extends ServiceProvider
{
/**
* Indicates if loading of the provider is deferred.
Expand Down

0 comments on commit 32128a1

Please sign in to comment.