Skip to content

Commit

Permalink
还原
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Sep 4, 2019
1 parent 21fa727 commit 07bf540
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Think.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,6 @@ public function exists(string $template): bool
return is_file($template);
}

/**
* 模板变量赋值
* @access public
* @param array $vars
* @return $this
*/
public function assign(array $vars = [])
{
$this->template->assign($vars);
return $this;
}

/**
* 渲染模板文件
* @access public
Expand Down

0 comments on commit 07bf540

Please sign in to comment.