Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SSEsmaeeli committed Apr 12, 2024
1 parent cb7a6af commit 7d1c40d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions config/pay-pocket.php
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
<?php

// config for HPWebdeveloper/LaravelPayPocket

/*
|--------------------------------------------------------------------------
| Reference Generator Configuration
|--------------------------------------------------------------------------
|
| This configuration allows you to customize the generation of log reference strings
| within the LaravelPayPocket package.
|
| - log_reference_length: The length of the generated string.
| - log_reference_prefix: The prefix for the generated string.
| - log_reference_generator_class: The fully qualified name of the class containing static methods for generation.
| - log_reference_generator_method: The name of the static method available in the generator class.
|
| This is how it works in the code:
| Illuminate\Support\Str::random(12)
|
*/
return [
'log_reference_length' => 12,
'log_reference_prefix' => '',
Expand Down

0 comments on commit 7d1c40d

Please sign in to comment.