Skip to content

Commit

Permalink
fix relations seeds table name
Browse files Browse the repository at this point in the history
  • Loading branch information
wellingguzman committed Apr 10, 2018
1 parent 11ab957 commit 7ac4efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/db/seeds/RelationsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function run()
]
];

$files = $this->table('directus_files');
$files = $this->table('directus_relations');
$files->insert($data)->save();
}
}

0 comments on commit 7ac4efe

Please sign in to comment.