12 lines
184 B
PHP
12 lines
184 B
PHP
<?php
|
|
|
|
class Wiaas_Data_Store {
|
|
|
|
public static function init() {
|
|
|
|
require_once dirname( __FILE__ ) . '/data-stores/class-wiaas-shop-data-store.php';
|
|
}
|
|
}
|
|
|
|
Wiaas_Data_Store::init();
|