İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?php function document_template($id) {
|
||||
$document = db("document_templates")->orWhere("slug", $id)->orWhere("id", $id)->first();
|
||||
return $document;
|
||||
} ?>
|
||||
Reference in New Issue
Block a user