@@ -65,7 +65,7 @@ |
||
65 | 65 | * |
66 | 66 | * @param array $columns |
67 | 67 | * |
68 | - * @return \Illuminate\Database\Eloquent\Collection|static[] |
|
68 | + * @return \Illuminate\Database\Eloquent\Model[] |
|
69 | 69 | * |
70 | 70 | * @throws \Exception |
71 | 71 | */ |
@@ -347,8 +347,8 @@ |
||
347 | 347 | * @param string $query |
348 | 348 | * @param array $bindings |
349 | 349 | * @param array $customOptions |
350 | - * @param mixed $defaultFailed |
|
351 | - * @param mixed $defaultSuccess |
|
350 | + * @param integer $defaultFailed |
|
351 | + * @param integer $defaultSuccess |
|
352 | 352 | * |
353 | 353 | * @return mixed |
354 | 354 | */ |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Cassandra; |
6 | 6 | use Cassandra\BatchStatement; |
7 | -use Closure; |
|
8 | 7 | use lroman242\LaravelCassandra\Exceptions\NotSupportedException; |
9 | 8 | |
10 | 9 | class Connection extends \Illuminate\Database\Connection |