You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?php/** * Copyright 2016, Cake Development Corporation (http://cakedc.com) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * * @copyright Copyright 2016, Cake Development Corporation (http://cakedc.com) * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */useCake\Core\Configure;Configure::load('CakeDC/Api.api');collection((array)Configure::read('Api.config'))->each(function ($file) { Configure::load($file);});
1
+
<?php
2
+
/**
3
+
* Copyright 2016 - 2017, Cake Development Corporation (http://cakedc.com)
4
+
*
5
+
* Licensed under The MIT License
6
+
* Redistributions of files must retain the above copyright notice.
7
+
*
8
+
* @copyright Copyright 2016 - 2017, Cake Development Corporation (http://cakedc.com)
9
+
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
0 commit comments