mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
commit
82cac0851e
@ -11,7 +11,9 @@
|
||||
|
||||
namespace App\DataMapper\Analytics;
|
||||
|
||||
class AccountCreated
|
||||
use Turbo124\Beacon\ExampleMetric\GenericCounter;
|
||||
|
||||
class AccountCreated extends GenericCounter
|
||||
{
|
||||
/**
|
||||
* The type of Sample.
|
||||
|
@ -11,7 +11,9 @@
|
||||
|
||||
namespace App\DataMapper\Analytics;
|
||||
|
||||
class AccountDeleted
|
||||
use Turbo124\Beacon\ExampleMetric\GenericCounter;
|
||||
|
||||
class AccountDeleted extends GenericCounter
|
||||
{
|
||||
/**
|
||||
* The type of Sample.
|
||||
|
@ -11,7 +11,9 @@
|
||||
|
||||
namespace App\DataMapper\Analytics;
|
||||
|
||||
class DbQuery
|
||||
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||
|
||||
class DbQuery extends GenericMixedMetric
|
||||
{
|
||||
/**
|
||||
* The type of Sample.
|
||||
|
@ -11,7 +11,9 @@
|
||||
|
||||
namespace App\DataMapper\Analytics;
|
||||
|
||||
class EmailFailure
|
||||
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||
|
||||
class EmailFailure extends GenericMixedMetric
|
||||
{
|
||||
/**
|
||||
* The type of Sample.
|
||||
|
@ -11,7 +11,9 @@
|
||||
|
||||
namespace App\DataMapper\Analytics;
|
||||
|
||||
class EmailInvoiceFailure
|
||||
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||
|
||||
class EmailInvoiceFailure extends GenericMixedMetric
|
||||
{
|
||||
/**
|
||||
* The type of Sample.
|
||||
|
@ -11,7 +11,9 @@
|
||||
|
||||
namespace App\DataMapper\Analytics;
|
||||
|
||||
class EmailSuccess
|
||||
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||
|
||||
class EmailSuccess extends GenericMixedMetric
|
||||
{
|
||||
|
||||
/**
|
||||
|
@ -11,7 +11,9 @@
|
||||
|
||||
namespace App\DataMapper\Analytics;
|
||||
|
||||
class LoginFailure
|
||||
use Turbo124\Beacon\ExampleMetric\GenericCounter;
|
||||
|
||||
class LoginFailure extends GenericCounter
|
||||
{
|
||||
/**
|
||||
* The type of Sample.
|
||||
|
@ -11,7 +11,9 @@
|
||||
|
||||
namespace App\DataMapper\Analytics;
|
||||
|
||||
class LoginSuccess
|
||||
use Turbo124\Beacon\ExampleMetric\GenericCounter;
|
||||
|
||||
class LoginSuccess extends GenericCounter
|
||||
{
|
||||
/**
|
||||
* The type of Sample.
|
||||
|
@ -11,7 +11,9 @@
|
||||
|
||||
namespace App\DataMapper\Analytics\Mail;
|
||||
|
||||
class EmailBounce
|
||||
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||
|
||||
class EmailBounce extends GenericMixedMetric
|
||||
{
|
||||
/**
|
||||
* The type of Sample.
|
||||
|
@ -11,7 +11,9 @@
|
||||
|
||||
namespace App\DataMapper\Analytics\Mail;
|
||||
|
||||
class EmailSpam
|
||||
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||
|
||||
class EmailSpam extends GenericMixedMetric
|
||||
{
|
||||
/**
|
||||
* The type of Sample.
|
||||
|
@ -11,7 +11,9 @@
|
||||
|
||||
namespace App\DataMapper\Analytics;
|
||||
|
||||
class MigrationFailure
|
||||
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||
|
||||
class MigrationFailure extends GenericMixedMetric
|
||||
{
|
||||
/**
|
||||
* The type of Sample.
|
||||
|
@ -11,7 +11,9 @@
|
||||
|
||||
namespace App\DataMapper\Analytics;
|
||||
|
||||
class SendRecurringFailure
|
||||
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||
|
||||
class SendRecurringFailure extends GenericMixedMetric
|
||||
{
|
||||
/**
|
||||
* The type of Sample.
|
||||
|
Loading…
Reference in New Issue
Block a user