forked from CakeDC/users
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap.php
More file actions
20 lines (20 loc) · 696 Bytes
/
Copy pathmap.php
File metadata and controls
20 lines (20 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
/**
* Users CakePHP Plugin
*
* Copyright 2010 - 2013, Cake Development Corporation
* 1785 E. Sahara Avenue, Suite 490-423
* Las Vegas, Nevada 89104
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @Copyright 2010 - 2013, Cake Development Corporation
* @link http://github.com/CakeDC/users
* @package plugins.users.config.migrations
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
$map = array(
1 => array('001_initialize_users_schema' => 'M49c3417a54874a9d276811502cedc421'),
2 => array('002_renaming' => 'M4ef8ba03ff504ab2b415980575f6eb26')
);