fd22b0bf58
V2 (Laravel re-make)
9 lines
147 B
JavaScript
Vendored
9 lines
147 B
JavaScript
Vendored
'use strict';
|
|
|
|
module.exports = function unwrap(value) {
|
|
if (value instanceof this.constructor) {
|
|
return value.all();
|
|
}
|
|
|
|
return value;
|
|
}; |