def5f36c25
Improve how Core Activity is handled in general
12 lines
144 B
PHP
12 lines
144 B
PHP
<?php
|
|
|
|
declare(strict_types = 1);
|
|
|
|
namespace Component\Subscription;
|
|
|
|
use App\Core\Modules\Component;
|
|
|
|
class Subscription extends Component
|
|
{
|
|
}
|