$image = Image::where('type', '=', 'gallery')->first();
$pageRepo = app(PageRepo::class);
$image = Image::where('type', '=', 'gallery')->first();
$pageRepo = app(PageRepo::class);
$this->assertCount(0, $toDelete);
// Save a revision of our page without the image;
$this->assertCount(0, $toDelete);
// Save a revision of our page without the image;