isLocal()) { $this->call(UsersTableSeeder::class); $this->call(BlogCategorysTableSeeder::class); $this->call(BlogArticlesTableSeeder::class); $this->call(CourseBooksTableSeeder::class); $this->call(CourseSectionsTableSeeder::class); $this->call(CourseArticlesTableSeeder::class); } } }