Guest User

Untitled

a guest
Oct 19th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. return array(
  2. '*' => array(
  3. 'tablePrefix' => 'craft',
  4. )
  5. );
  6.  
  7. return array(
  8. '*' => array(
  9. 'tablePrefix' => 'unexpected',
  10. )
  11. );
  12.  
  13. return array(
  14. '*' => array(
  15. 'tablePrefix' => '',
  16. )
  17. );
Add Comment
Please, Sign In to add comment