info(); } public function info() { Info::create([ 'title' => 'Welcome to our new site', 'is_publish' => 1, ]); } }