public function run()
 {
     Category::create(['title' => trans('lovata.subscriptions::lang.category.default'), 'slug' => 'default']);
 }