Skip to content

Commit 71250e7

Browse files
committed
Fixed style
1 parent 07046dc commit 71250e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/Library/CrudPanel/Traits/Buttons.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ trait Buttons
1616
* @param string $stack Stack where the buttons belongs. Options: top, line, bottom.
1717
* @param array $buttons Name of the buttons. ['update', 'delete', 'show']
1818
*/
19-
public function reorderButtons($stack, $buttons)
19+
public function reorderButtons($stack, $buttons)
2020
{
2121
$newBtns = collect([]);
22-
22+
2323
$this->buttons()->each(function ($btn) use ($stack, $newBtns) {
2424
if ($btn->stack != $stack) {
2525
$newBtns->push($btn);

0 commit comments

Comments
 (0)