Skip to content

Commit

Permalink
Breaking change for the Nav Facade
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassiewertsen authored Apr 8, 2020
1 parent 25ee1f6 commit 905a116
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 @@ -5,7 +5,7 @@
use Illuminate\Support\Facades\Gate;
use Jonassiewertsen\Statamic\HowTo\Commands\Setup;
use Statamic\Facades\Collection;
use Statamic\Facades\Nav;
use Statamic\Facades\CP\Nav;
use Statamic\Providers\AddonServiceProvider;

class ServiceProvider extends AddonServiceProvider
Expand Down Expand Up @@ -73,4 +73,4 @@ private function videoCollectionName()
{
return config('howToAddon.collection.videos', 'how_to_addon_videos');
}
}
}

0 comments on commit 905a116

Please sign in to comment.