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

Commit

Permalink
Merge pull request #8 from PetengDedet/master
Browse files Browse the repository at this point in the history
laravel 5.4 support
  • Loading branch information
fherryfherry authored Sep 22, 2017
2 parents 9812924 + 47cb182 commit ac23343
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/DokuLaravelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ public function boot()
* @return void
*/
public function register()
{

$this->app['dokularavel'] = $this->app->share(function ()
{
{
$this->app->singleton('dokularavel', function () {
return true;
});
}
Expand Down

0 comments on commit ac23343

Please sign in to comment.