Socieboy\Forum\Controllers\ConversationController::__construct PHP Метод

__construct() публичный Метод

public __construct ( ConversationRepo $conversationRepo )
$conversationRepo Socieboy\Forum\Entities\Conversations\ConversationRepo
    function __construct(ConversationRepo $conversationRepo)
    {
        $this->middleware('auth', ['only' => ['store']]);
        $this->conversationRepo = $conversationRepo;
    }