File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 | This configuration allows you to customize the generation of log reference strings
1313 | within the LaravelPayPocket package.
1414 |
15- | - log_reference_length: The length of the generated string.
16- | - log_reference_prefix: The prefix for the generated string.
15+ | - log_reference_length: The length of the generated reference string.
16+ | - log_reference_prefix: The prefix for the generated reference string.
1717 | - log_reference_generator_class: The fully qualified name of the class containing static methods for generation.
1818 | - log_reference_generator_method: The name of the static method available in the generator class.
1919 |
20- | This is how it works in the code:
20+ | This is how it works by default in the code:
2121 | Illuminate\Support\Str::random(12)
2222 |
2323 */
You can’t perform that action at this time.
0 commit comments