BookStack\Http\Controllers\TagController::__construct PHP Method

__construct() public method

TagController constructor.
public __construct ( TagRepo $tagRepo )
$tagRepo BookStack\Repos\TagRepo
    public function __construct(TagRepo $tagRepo)
    {
        $this->tagRepo = $tagRepo;
    }