Update path to vendor version

This commit is contained in:
2021-01-27 12:15:39 +03:00
parent f658c0795f
commit 04e766af45
4 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ class DatabaseSeeder extends Seeder
*/
public function run()
{
$seeders_path = base_path() . '/../database/seeders';
$seeders_path = base_path() . '/../../../database/seeders';
if(file_exists($seeders_path)) {
$files = array_diff(scandir($seeders_path), array('.', '..'));