Drop the stray path comment after the opening PHP tag

feat/mailboxes
nexxo 2026-07-27 21:19:32 +02:00
parent 93d409e18f
commit 38c5518f45
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
<?php
// app/Services/Secrets/SecretCipher.php
namespace App\Services\Secrets;

View File

@ -1,5 +1,4 @@
<?php
// tests/Feature/Admin/SecretCipherTest.php
use App\Services\Secrets\SecretCipher;