Hi,
When trying to use the disableLocking() method it fails as it is protected.
$model->disableLocking();
BadMethodCallException with message 'Call to undefined method Illuminate/Database/Query/Builder::disableLocking()'
Please accept the PR #6 to fix this.