Update Laravel Pint

This commit is contained in:
Jonny Barnes 2023-06-21 18:46:31 +01:00
parent e8f1b532fa
commit 051f6a4b03
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
7 changed files with 297 additions and 94 deletions

View file

@ -7,7 +7,6 @@ namespace App\Http\Controllers\Admin;
use App\Http\Controllers\Controller;
use App\Models\MicropubClient;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;
use Illuminate\View\View;
class ClientsController extends Controller