File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments