bootstrap.php 153 B

123456
  1. <?php
  2. namespace TestPluginTwo\Config;
  3. use Cake\Core\Configure;
  4. Configure::write('PluginTest.test_plugin_two.bootstrap', 'loaded plugin two bootstrap');