bootstrap.php 157 B

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