Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions app/Nova/Dashboards/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@

class Main extends Dashboard
{
/**
* URI key for the dashboard (must match Nova's default route /nova/dashboards/main).
*
* @return string
*/
public function uriKey()
{
return 'main';
}

/**
* Get the cards for the dashboard.
*
Expand Down