Skip to content

Commit e42ccd4

Browse files
authored
Merge pull request #10 from RandomShapes/master
Update Service Provider for L5.4
2 parents 77a6849 + 6bc1c19 commit e42ccd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sseffa/VideoApi/VideoApiServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function boot()
3333
public function register()
3434
{
3535

36-
$this->app['video-api'] = $this->app->share(function ()
36+
$this->app->singleton('video-api', function ()
3737
{
3838

3939
return new VideoApi();

0 commit comments

Comments
 (0)