5
potata
6y

How to know that you need a rest?

You see a code:
```
public function scopeEnabled($q)
{
$q->where('disabled', false);
}
```
And assume that you have a serious bug...

Comments
Add Comment