...
|
...
|
@@ -135,6 +135,8 @@ class User extends Model |
|
|
if (file_exists(cdnurl($data['avatar'],true))){
|
|
|
return cdnurl($value,true);
|
|
|
}
|
|
|
echo this_url().$value;
|
|
|
dd(file_exists(this_url().$value));
|
|
|
if (file_exists(this_url().$value)){
|
|
|
return this_url().$value;
|
|
|
}
|
...
|
...
|
|