Skip to content

Commit 8df4689

Browse files
committed
update: tenants to tenant
1 parent 79bbf45 commit 8df4689

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Libraries/VaahModule.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,19 +134,19 @@ public static function getSampleDataClass($module_name)
134134
//-----------------------------------------------------------------------------------
135135
public static function getTenantMigrationPath($module_name)
136136
{
137-
$path =config('vaahcms.modules_path')."/".$module_name."/Database/Migrations/Tenants";
137+
$path =config('vaahcms.modules_path')."/".$module_name."/Database/Migrations/Tenant";
138138
$path = str_replace(base_path()."/", "", $path);
139139
return $path;
140140
}
141141
//-----------------------------------------------------------------------------------
142142
public static function getTenantSeedsClass($module_name)
143143
{
144-
return config('vaahcms.root_folder')."\Modules\\{$module_name}\\Database\Seeds\\Tenants\\DatabaseTableSeeder";
144+
return config('vaahcms.root_folder')."\Modules\\{$module_name}\\Database\Seeds\\Tenant\\DatabaseTableSeeder";
145145
}
146146
//-----------------------------------------------------------------------------------
147147
public static function getTenantSampleDataClass($module_name)
148148
{
149-
return config('vaahcms.root_folder')."\Modules\\{$module_name}\\Database\Seeds\\Tenants\\SampleDataTableSeeder";
149+
return config('vaahcms.root_folder')."\Modules\\{$module_name}\\Database\Seeds\\Tenant\\SampleDataTableSeeder";
150150
}
151151
//-----------------------------------------------------------------------------------
152152
public static function getNamespace($module_name)

0 commit comments

Comments
 (0)