index
:
mystic-forum.git
feature/file-based-routing
main
A simple forum software written in PHP. See it in action at https://forum.mystic.jkohl.link/
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
application
/
mystic
/
forum
/
orm
/
Entity.php
blob: 9afc1b3a7ee56d51c002b5d95c65be681b983546 (
plain
)
1
2
3
4
5
6
<?php
declare
(
strict_types
=
1
);
namespace
mystic\forum\orm
;
abstract
class
Entity
{}