Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getBindings()
 {
     return array_merge(array_values($this->attributes), parent::getBindings());
 }
Exemplo n.º 2
0
 public function testNothing()
 {
     $builder = new HasWhereExpression();
     static::assertEquals('', $builder->toSql());
     static::assertEquals([], $builder->getBindings());
 }