From 2aca9a441ef48fb66ace8a5bfb9d8b730bc4e925 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Tue, 23 Sep 2025 22:54:57 +0100 Subject: Initial pint code formatting --- workbench/routes/web.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'workbench/routes/web.php') diff --git a/workbench/routes/web.php b/workbench/routes/web.php index 11635a1..facdc67 100644 --- a/workbench/routes/web.php +++ b/workbench/routes/web.php @@ -1,12 +1,9 @@ name('products'); Route::get('/categories', CategoriesTable::class)->name('categories'); -- cgit v1.2.3