Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| BufferOn | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| <?php | |
| namespace App\Models\Admin; | |
| use Illuminate\Database\Eloquent\Model; | |
| class BufferOn extends Model | |
| { | |
| protected $fillable = ['buffer_on']; | |
| // public function bufferOn() | |
| // { | |
| // return $this->belongsTo(Shift::class); | |
| // } | |
| } |