style: fix linting issues with Laravel Pint

This commit is contained in:
Developer
2026-07-02 12:49:22 +08:00
parent c4cbdb42c7
commit f517b77377
31 changed files with 166 additions and 133 deletions

View File

@@ -3,7 +3,6 @@
namespace App\Http\Controllers\Store;
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
class StoreDashboardController extends Controller
{