Skip to content

Commit

Permalink
Fixed issue with use statement using incorrect EntrySaving Event
Browse files Browse the repository at this point in the history
  • Loading branch information
phpsa committed Sep 15, 2020
1 parent f6a5b09 commit bc302bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Njed\Toc\Listeners\GenerateToc;
use Njed\Toc\Tags\Toc;
use Statamic\Events\Data\EntrySaving;
use Statamic\Events\EntrySaving;
use Statamic\Providers\AddonServiceProvider;

class ServiceProvider extends AddonServiceProvider
Expand Down Expand Up @@ -38,4 +38,4 @@ public function register()
{
$this->mergeConfigFrom(__DIR__.'/../config/toc.php', 'toc');
}
}
}

0 comments on commit bc302bf

Please sign in to comment.