mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Added GoSquared demo tracking to the seeder.
This commit is contained in:
parent
aeea02efa2
commit
2ae5fb9f22
@ -57,6 +57,10 @@ class SettingsTableSeeder extends Seeder
|
|||||||
'name' => 'app_analytics',
|
'name' => 'app_analytics',
|
||||||
'value' => 'UA-58442674-3',
|
'value' => 'UA-58442674-3',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'name' => 'app_analytics_gs',
|
||||||
|
'value' => 'GSN-712462-P',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
Setting::truncate();
|
Setting::truncate();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user