nova-blog
nova-blog copied to clipboard
DB::raw('NOW()') causes issues with sqlite
trafficstars
Due to the three uses of DB::raw('NOW()') within helpers.php, the site is unable to run using sqlite. Is there a specific reason these couldn't be replaced with now() instead?