Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Nov 11, 2018
1 parent ae6f71f commit 1d085b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Middleware/AdminMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function handle($request, Closure $next)
]);
}

// Expences
// Expenses
if ($user->can(['read-expenses-bills', 'read-expenses-payments', 'read-expenses-vendors'])) {
$menu->dropdown(trans_choice('general.expenses', 2), function ($sub) use($user, $attr) {
if ($user->can('read-expenses-bills')) {
Expand Down

0 comments on commit 1d085b6

Please sign in to comment.