11 lines
145 B
PHP
11 lines
145 B
PHP
<?php
|
|
|
|
namespace WPO\WC\UBL\Repositories;
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit; // Exit if accessed directly
|
|
}
|
|
|
|
abstract class Repository {
|
|
|
|
}
|