Changeset 3180825
- Timestamp:
- 11/03/2024 07:09:13 PM (17 months ago)
- Location:
- content-restriction
- Files:
-
- 2 edited
-
tags/1.3/app/Providers/AdminServiceProviders.php (modified) (2 diffs)
-
trunk/app/Providers/AdminServiceProviders.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
content-restriction/tags/1.3/app/Providers/AdminServiceProviders.php
r3180815 r3180825 32 32 * Initialize appsero tracking. 33 33 * 34 * Removed custom plugins meta data field in 7.0.5.4 35 * since Appsero made this builtin. 36 * 34 37 * @see https://github.com/Appsero/client 35 38 * … … 42 45 CONTENT_RESTRICTION_FILE 43 46 ); 44 45 $this->insights = $client->insights();46 47 47 48 // Active insights -
content-restriction/trunk/app/Providers/AdminServiceProviders.php
r3180815 r3180825 32 32 * Initialize appsero tracking. 33 33 * 34 * Removed custom plugins meta data field in 7.0.5.4 35 * since Appsero made this builtin. 36 * 34 37 * @see https://github.com/Appsero/client 35 38 * … … 42 45 CONTENT_RESTRICTION_FILE 43 46 ); 44 45 $this->insights = $client->insights();46 47 47 48 // Active insights
Note: See TracChangeset
for help on using the changeset viewer.