Completed
Pull Request — master (#20)
by Pavel
04:45
created
app/database/migrations/20180223214037_create_media_files_table.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,7 @@
 block discarded – undo
9 9
      */
10 10
     public function up()
11 11
     {
12
-        Capsule::schema()->create('media_files', function($table)
13
-        {
12
+        Capsule::schema()->create('media_files', function($table) {
14 13
             $table->increments('id');
15 14
             $table->string('file');
16 15
             $table->string('file_info');
Please login to merge, or discard this patch.