Started rewriting back-end image managment

This commit is contained in:
Dan Brown
2019-04-21 15:52:29 +01:00
parent 6428f32483
commit aeb1fc4d49
8 changed files with 236 additions and 68 deletions

View File

@@ -87,5 +87,5 @@
@endif
</div>
@include('components.image-manager', ['imageType' => 'user'])
@include('components.image-manager', ['imageType' => 'user', 'uploaded_to' => $user->id])
@stop