浏览代码

Update compose story view

Daniel Supernault 5 年之前
父节点
当前提交
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')
 @section('content')
-<story-compose></story-compose>
+<story-compose profile-id="{{auth()->user()->profile_id}}"></story-compose>
 @endsection
 @endsection
 
 
 @push('scripts')
 @push('scripts')