removed with method from view class.
This commit is contained in:
parent
edbf7f3b0f
commit
2bcf7ed327
|
@ -83,18 +83,6 @@ public function bind($key, $value)
|
|||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Merge an array into the view data.
|
||||
*
|
||||
* @param array $data
|
||||
* @return View
|
||||
*/
|
||||
public function with($data)
|
||||
{
|
||||
$this->data = array_merge($this->data, $data);
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the parsed content of the view.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue