diff --git a/config/pay-pocket.php b/config/pay-pocket.php index cc14ad4..5c8e375 100644 --- a/config/pay-pocket.php +++ b/config/pay-pocket.php @@ -1,15 +1,19 @@ 12, 'log_reference_prefix' => null, - /** - * The log reference generator should be a numeric array with 3 indexes - * First item should be a static class - * Second item sould be method availble in the static class - * third item should be an array of optional parameters to pass to the method - * The default generator looks like this: [\Illuminate\Support\Str::class, 'random', [12]] - */ 'log_reference_generator' => null, ];