Skip to content

Commit 7147a32

Browse files
committed
Adding Auth to use on replies
1 parent ea98c55 commit 7147a32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/models/Forum/Reply.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22
namespace Syntax\Core;
33

4+
use Auth;
5+
46
class Forum_Reply extends Forum
57
{
68
/********************************************************************

0 commit comments

Comments
 (0)