define(ContentProvider::class, function (Faker $faker) { return [ 'host' => 'example.com', 'robots' => null, 'robots_cached_at' => now(), ]; });