mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
mvc - extend model implementation to ease legacy migrations, fix regresison in 35b5e0b64b
This commit is contained in:
parent
0d4db3306e
commit
668a057dac
@ -461,7 +461,7 @@ abstract class BaseModel
|
||||
*/
|
||||
public function isLegacyMapper()
|
||||
{
|
||||
return str_ends_with($this->internal_mountpoint, '+') && strpos($model_xml->mount, "//") !== 0;
|
||||
return str_ends_with($this->internal_mountpoint, '+') && strpos($this->internal_mountpoint, "//") !== 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user