document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public array $tables = [
  2.         \'users\' => \'users\',
  3.         \'role\' => \'role\',
  4.         \'identities\' => \'auth_identities\',
  5.         \'logins\' => \'auth_logins\',
  6.         \'token_logins\' => \'auth_token_logins\',
  7.         \'remember_tokens\' => \'auth_remember_tokens\',
  8.         \'groups_users\' => \'auth_groups_users\',
  9.         \'permissions_users\' => \'auth_permissions_users\',
  10.     ];
');