Daniel Supernault 5 лет назад
Родитель
Сommit
1515aa5256
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resources/views/stories/compose.blade.php

+ 1 - 1
resources/views/stories/compose.blade.php

@@ -2,7 +2,7 @@
 
 
 @section('content')
-<story-compose></story-compose>
+<story-compose profile-id="{{auth()->user()->profile_id}}"></story-compose>
 @endsection
 
 @push('scripts')