Skip to content

Commit

Permalink
Fix error in NavigationEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 4, 2020
1 parent 2f7100b commit 8b432f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/NavigationEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class NavigationEvent extends Event
// Properties
// =========================================================================

public $layout;
public $navigation;

public $isNew = false;
}

0 comments on commit 8b432f2

Please sign in to comment.