¨4.0.1¨
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
declare(strict_types = 1);
|
||||
|
||||
use Wnx\LaravelStats\RejectionStrategies\RejectVendorClasses;
|
||||
|
||||
return [
|
||||
/*
|
||||
@@ -42,7 +44,7 @@ return [
|
||||
* If none of the default strategies fit for your usecase, you can
|
||||
* write your own class which implements the RejectionStrategy Contract.
|
||||
*/
|
||||
'rejection_strategy' => \Wnx\LaravelStats\RejectionStrategies\RejectVendorClasses::class,
|
||||
'rejection_strategy' => RejectVendorClasses::class,
|
||||
|
||||
/*
|
||||
* Namespaces which should be ignored.
|
||||
|
||||
Reference in New Issue
Block a user