Fix
parent
08b7dafa4e
commit
3d43fefa9c
|
|
@ -248,7 +248,7 @@ class Dealer extends Model
|
|||
$lines = [];
|
||||
|
||||
foreach ($dealers as $dealer) {
|
||||
preg_match("#\A{$path}\d+-#", $dealer->full_path, $matches);
|
||||
preg_match("#\A{$path}\d+-#", $dealer->userInfo->full_path, $matches);
|
||||
|
||||
$line = $matches[0];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue