forked from Chaospott/site
added a few articles, added media
This commit is contained in:
5
_site/tmp/var/www/chaospott.de/engine/Hook.php
Normal file
5
_site/tmp/var/www/chaospott.de/engine/Hook.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
abstract class Hook
|
||||
{
|
||||
abstract public function doHook(Post $post);
|
||||
}
|
Reference in New Issue
Block a user