Merge pull request #6245 from pixelfed/shleeable-patch-8

Larastan: Update Profile.php missing "use App\Avatar;"
pull/6261/head
dansup 2 weeks ago committed by GitHub
commit cb9746435a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,6 +8,7 @@ use App\HasSnowflakePrimary;
use Illuminate\Database\Eloquent\{Model, SoftDeletes};
use App\Services\FollowerService;
use App\Models\ProfileAlias;
use App\Avatar;
class Profile extends Model
{

Loading…
Cancel
Save