mirror of
https://github.com/proelements/proelements.git
synced 2026-04-05 20:13:47 +00:00
9 lines
197 B
PHP
9 lines
197 B
PHP
<?php
|
|
|
|
namespace ElementorPro\Modules\LinkInBio\Base;
|
|
|
|
use Elementor\Modules\LinkInBio\Base\Widget_Link_In_Bio_Base;
|
|
|
|
abstract class Widget_Link_In_Bio_Base_Pro extends Widget_Link_In_Bio_Base {
|
|
}
|