run phpcs

This commit is contained in:
James Cole
2025-01-05 07:31:26 +01:00
parent 0f69e0d672
commit c3ffd39450
29 changed files with 112 additions and 94 deletions

View File

@@ -42,6 +42,7 @@ class CreateController extends Controller
app('log')->debug(sprintf('Now at %s', __METHOD__));
return view('administrations.create') // @phpstan-ignore-line
->with(compact('title', 'subTitle', 'mainTitleIcon'));
->with(compact('title', 'subTitle', 'mainTitleIcon'))
;
}
}