6 lines
62 B
PHP
6 lines
62 B
PHP
<?php
|
|
|
|
namespace Webkul\Core\Contracts;
|
|
|
|
interface Country {}
|
<?php
|
|
|
|
namespace Webkul\Core\Contracts;
|
|
|
|
interface Country {}
|