cp.nav.created
Fired after the navigation has been created. A Statamic\CP\Navigation\Nav
object will be passed through.
Use this event to add your own items to the navigation.
public $events = ['cp.nav.created' => 'handle'];
public function handle(Nav $nav);