Skip to content

Commit

Permalink
Fixes coding style with pint
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbaleff214 authored and github-actions[bot] committed Feb 18, 2025
1 parent b9aeca2 commit bf425da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public function __construct()
'url' => route('account.password.edit'),
'name' => __('menu.change_password'),
'active' => Route::is('account.password.edit'),
]
],
],
]
],
]);
}

Expand Down
2 changes: 1 addition & 1 deletion lang/id/label.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
'cancel' => 'Batalkan',
'new' => 'Baru',
'detail' => 'Detail',
'you_wont_be_able_to_revert_this' => "Aksi ini tidak dapat dibatalkan!",
'you_wont_be_able_to_revert_this' => 'Aksi ini tidak dapat dibatalkan!',
];

0 comments on commit bf425da

Please sign in to comment.