Skip to content

Commit

Permalink
fix: remove howdy, et cetera
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Aug 5, 2020
1 parent ff483c4 commit d4a9f90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,10 @@
break;
}
});

if (function_exists('\Sober\Intervention\intervention')) {
\Sober\Intervention\intervention('remove-customizer-items', 'custom-css');
\Sober\Intervention\intervention('remove-dashboard-items', ['news', 'welcome']);
\Sober\Intervention\intervention('remove-emoji');
\Sober\Intervention\intervention('remove-howdy');
}

0 comments on commit d4a9f90

Please sign in to comment.