Skip to content
Snippets Groups Projects
Commit c93bfd8f authored by Aditya Pratama's avatar Aditya Pratama
Browse files
parents d14dc597 9d736efb
Branches
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
stopOnFailure="false"> stopOnFailure="false">
<testsuites> <testsuites>
<testsuite name="Feature"> <testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory> <directory suffix="AddMemberTest.php">./tests/Feature</directory>
</testsuite> </testsuite>
<testsuite name="Unit"> <testsuite name="Unit">
......
public/storage/cover_images/default_1524675461.png

226 KiB

...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
</div> </div>
<div class="form-group"> <div class="form-group">
{{Form::label('cover_image', 'Thumbnail')}}
{{Form::file('cover_image')}} {{Form::file('cover_image')}}
</div> </div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment