File "aggregate.stub"
Full Path: /var/www/html/back/vendor/spatie/laravel-event-sourcing/stubs/aggregate.stub
File size: 133 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace DummyNamespace;
use Spatie\EventSourcing\AggregateRoots\AggregateRoot;
class DummyClass extends AggregateRoot
{
}