mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 07:24:34 -04:00
Fixes for LightLogs
This commit is contained in:
parent
92bcc0946b
commit
f24e566952
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
namespace App\DataMapper\Analytics;
|
namespace App\DataMapper\Analytics;
|
||||||
|
|
||||||
class AccountCreated
|
use Turbo124\Beacon\ExampleMetric\GenericCounter;
|
||||||
|
|
||||||
|
class AccountCreated extends GenericCounter
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The type of Sample.
|
* The type of Sample.
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
namespace App\DataMapper\Analytics;
|
namespace App\DataMapper\Analytics;
|
||||||
|
|
||||||
class AccountDeleted
|
use Turbo124\Beacon\ExampleMetric\GenericCounter;
|
||||||
|
|
||||||
|
class AccountDeleted extends GenericCounter
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The type of Sample.
|
* The type of Sample.
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
namespace App\DataMapper\Analytics;
|
namespace App\DataMapper\Analytics;
|
||||||
|
|
||||||
class DbQuery
|
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||||
|
|
||||||
|
class DbQuery extends GenericMixedMetric
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The type of Sample.
|
* The type of Sample.
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
namespace App\DataMapper\Analytics;
|
namespace App\DataMapper\Analytics;
|
||||||
|
|
||||||
class EmailFailure
|
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||||
|
|
||||||
|
class EmailFailure extends GenericMixedMetric
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The type of Sample.
|
* The type of Sample.
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
namespace App\DataMapper\Analytics;
|
namespace App\DataMapper\Analytics;
|
||||||
|
|
||||||
class EmailInvoiceFailure
|
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||||
|
|
||||||
|
class EmailInvoiceFailure extends GenericMixedMetric
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The type of Sample.
|
* The type of Sample.
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
namespace App\DataMapper\Analytics;
|
namespace App\DataMapper\Analytics;
|
||||||
|
|
||||||
class EmailSuccess
|
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||||
|
|
||||||
|
class EmailSuccess extends GenericMixedMetric
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
namespace App\DataMapper\Analytics;
|
namespace App\DataMapper\Analytics;
|
||||||
|
|
||||||
class LoginFailure
|
use Turbo124\Beacon\ExampleMetric\GenericCounter;
|
||||||
|
|
||||||
|
class LoginFailure extends GenericCounter
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The type of Sample.
|
* The type of Sample.
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
namespace App\DataMapper\Analytics;
|
namespace App\DataMapper\Analytics;
|
||||||
|
|
||||||
class LoginSuccess
|
use Turbo124\Beacon\ExampleMetric\GenericCounter;
|
||||||
|
|
||||||
|
class LoginSuccess extends GenericCounter
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The type of Sample.
|
* The type of Sample.
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
namespace App\DataMapper\Analytics\Mail;
|
namespace App\DataMapper\Analytics\Mail;
|
||||||
|
|
||||||
class EmailBounce
|
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||||
|
|
||||||
|
class EmailBounce extends GenericMixedMetric
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The type of Sample.
|
* The type of Sample.
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
namespace App\DataMapper\Analytics\Mail;
|
namespace App\DataMapper\Analytics\Mail;
|
||||||
|
|
||||||
class EmailSpam
|
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||||
|
|
||||||
|
class EmailSpam extends GenericMixedMetric
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The type of Sample.
|
* The type of Sample.
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
namespace App\DataMapper\Analytics;
|
namespace App\DataMapper\Analytics;
|
||||||
|
|
||||||
class MigrationFailure
|
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||||
|
|
||||||
|
class MigrationFailure extends GenericMixedMetric
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The type of Sample.
|
* The type of Sample.
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
namespace App\DataMapper\Analytics;
|
namespace App\DataMapper\Analytics;
|
||||||
|
|
||||||
class SendRecurringFailure
|
use Turbo124\Beacon\ExampleMetric\GenericMixedMetric;
|
||||||
|
|
||||||
|
class SendRecurringFailure extends GenericMixedMetric
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The type of Sample.
|
* The type of Sample.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user