Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sb-relaxt-at/6e00c0277e86aca7dfcc41df082216cb to your computer and use it in GitHub Desktop.
Save sb-relaxt-at/6e00c0277e86aca7dfcc41df082216cb to your computer and use it in GitHub Desktop.
<?php
namespace App\Entity;
use SilverStripe\ORM\DataObject;
class BarEntity extends DataObject {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment