You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LuDatabaseProvider.php 231B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: robin
  5. * Date: 6/28/16
  6. * Time: 11:40 PM
  7. */
  8. namespace Luticate\Utils\DataAccess;
  9. abstract class LuDatabaseProvider
  10. {
  11. public static function setupDatabases($databases)
  12. {
  13. }
  14. }