Skip to content

Commit

Permalink
modify docs
Browse files Browse the repository at this point in the history
eeliu committed Apr 17, 2024
1 parent 7b7280d commit b959d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testapps/PHP/index.php
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
// A writable path for caching AOP code
define('AOP_CACHE_DIR', __DIR__ . '/../Cache');
define('APPLICATION_NAME', 'cd.dev.test.php'); // your application name
define('APPLICATION_ID', 'cd.dev.test.php'); // your application id
define('APPLICATION_ID', 'cd.dev.test.yii'); // your application id
define('PP_REQ_PLUGINS', \Pinpoint\Plugins\Yii2PerRequestPlugins::class);
require_once __DIR__ . '/../vendor/pinpoint-apm/pinpoint-php-aop/auto_pinpointed.php';

0 comments on commit b959d04

Please sign in to comment.