]> git.localhorst.tv Git - alttp.git/blobdiff - app/Models/ChatBotLog.php
log who sent manual random chats
[alttp.git] / app / Models / ChatBotLog.php
index 34d2febd42bd0d5a984b27a72537bc7352ff5b04..a4f1f934b52abea3e0f5422ee47524d9a2fc088b 100644 (file)
@@ -17,4 +17,8 @@ class ChatBotLog extends Model {
                return $this->morphTo();
        }
 
+       public function user() {
+               return $this->belongsTo(User::class);
+       }
+
 }