Pint again

This commit is contained in:
snipe
2026-05-06 17:50:45 +01:00
parent a84533b4f4
commit 3668c24d02
@@ -13,7 +13,7 @@ return new class extends Migration
public function up(): void
{
Artisan::call("saml:clear_expired_nonces");
Artisan::call('saml:clear_expired_nonces');
Schema::table('saml_nonces', function (Blueprint $table) {
$table->dropIndex(['nonce']);
$table->unique('nonce');