Drop the stray path comment after the opening PHP tag
parent
93d409e18f
commit
38c5518f45
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// app/Services/Secrets/SecretCipher.php
|
|
||||||
|
|
||||||
namespace App\Services\Secrets;
|
namespace App\Services\Secrets;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
// tests/Feature/Admin/SecretCipherTest.php
|
|
||||||
|
|
||||||
use App\Services\Secrets\SecretCipher;
|
use App\Services\Secrets\SecretCipher;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue