fix: fixing issues found at launch

This commit is contained in:
2023-12-17 21:43:00 +00:00
parent 3d3029ceb6
commit ebdc50a697
11 changed files with 26 additions and 19 deletions

View File

@@ -31,11 +31,6 @@ class ArtistController extends Controller
]);
}
public function avatar() {
$user = auth()->user();
return view('')
}
/**
* Show the form for creating a new resource.
*