chore: running laravel pint

This commit is contained in:
Yoga Pangestu 2024-11-27 12:31:02 +07:00
parent b66b651a24
commit 2fe98ad476

View File

@ -17,7 +17,7 @@
class TransactionController extends Controller
{
use UploadAttachment, DeleteAttachment;
use DeleteAttachment, UploadAttachment;
public function index(): View
{