...
|
...
|
@@ -135,7 +135,7 @@ class User extends Model |
|
|
if (file_exists(cdnurl($data['avatar'],true))){
|
|
|
return cdnurl($value,true);
|
|
|
}
|
|
|
dd(665);
|
|
|
dd(ROOT_PATH.'/public'.$value);
|
|
|
if (file_exists(ROOT_PATH.'/public'.$value)){
|
|
|
return this_url().$value;
|
|
|
}
|
...
|
...
|
|