Change our internal template keys to be prefixed with an underscore for easier identification
This commit is contained in:
@@ -34,7 +34,7 @@ class ImportTest extends TestCase
|
||||
->from('/import')
|
||||
->post('/import/process/ldif',[
|
||||
'_token' => csrf_token(),
|
||||
'key'=>Crypt::encryptString('*import|_NOP'),
|
||||
'_key'=>Crypt::encryptString('*import|_NOP'),
|
||||
'file' => $file,
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user