Martin Dilling-Hansen
Martin Dilling-Hansen
If this isn't maintained anymore, you should probably set it to abandoned on packagist :) https://packagist.org/packages/beatswitch/lock
Dead?
This looks useful, but also pretty dead? Is there something similar that is still active? :)
I'm trying to write a test for this ``` public function challengeoptions() { return $this->belongsToMany('Challengeoptions') ->withPivot('donepct') ->withTimestamps(); } ``` But when trying to use **assertBelongsToMany()** I'm just getting the error:...