Skip to content

Commit c924a62

Browse files
yajragithub-actions[bot]
authored andcommitted
fix: pint 🤖
1 parent ba8a054 commit c924a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataTablesEditor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ abstract class DataTablesEditor
2424
/** @use \Yajra\DataTables\Concerns\WithEditAction<TModel> */
2525
use Concerns\WithEditAction;
2626

27+
use Concerns\WithForceDeleteAction;
28+
2729
/** @use \Yajra\DataTables\Concerns\WithRemoveAction<TModel> */
2830
use Concerns\WithRemoveAction;
29-
30-
use Concerns\WithForceDeleteAction;
3131
use Concerns\WithRestoreAction;
3232
use Concerns\WithUploadAction;
3333
use ValidatesRequests;

0 commit comments

Comments
 (0)