diff --git a/src/Schema/Blueprint.php b/src/Schema/Blueprint.php index 557373cbc..7e7fb6786 100644 --- a/src/Schema/Blueprint.php +++ b/src/Schema/Blueprint.php @@ -15,8 +15,8 @@ class Blueprint extends \Illuminate\Database\Schema\Blueprint /** * The MongoCollection object for this blueprint. - * @var \Jenssegers\Mongodb\Collection|\MongoDB\Collection * + * @var \Jenssegers\Mongodb\Collection|\MongoDB\Collection */ protected $collection;