@@ -69,7 +69,6 @@ |
||
69 | 69 | * Create a new view instance from the given arguments. |
70 | 70 | * |
71 | 71 | * @param string $view |
72 | - * @param string $path |
|
73 | 72 | * @param \Illuminate\Contracts\Support\Arrayable|array $data |
74 | 73 | * @return \Kiroushi\DbBlade\DbView |
75 | 74 | */ |
@@ -10,7 +10,6 @@ |
||
10 | 10 | /** |
11 | 11 | * Create a new Eloquent model instance. |
12 | 12 | * |
13 | - * @param array $attributes |
|
14 | 13 | * @return void |
15 | 14 | */ |
16 | 15 | public function __construct() |