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

226 KiB

......@@ -47,6 +47,7 @@
</div>
<div class="form-group">
{{Form::label('cover_image', 'Thumbnail')}}
{{Form::file('cover_image')}}
</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