diff --git a/src/Blueprint.php b/src/Blueprint.php index f08f106..675e42d 100644 --- a/src/Blueprint.php +++ b/src/Blueprint.php @@ -118,6 +118,7 @@ protected function prepareTransformationAndGetKey($model) * * @param mixed $source * @param mixed $destination + * * @return void */ protected function runCreateHook($source, $destination) diff --git a/src/Schema.php b/src/Schema.php index 5b76594..711c1ff 100644 --- a/src/Schema.php +++ b/src/Schema.php @@ -1,5 +1,4 @@ -