Socieboy\Forum\Controllers\RepliesController::__construct PHP Method

__construct() public method

Implements the reply
public __construct ( ReplyRepo $replyRepo )
$replyRepo Socieboy\Forum\Entities\Replies\ReplyRepo
    function __construct(ReplyRepo $replyRepo)
    {
        $this->middleware('auth');
        $this->replyRepo = $replyRepo;
    }