diff --git a/database/migrations/2017_12_03_091509_Laravel55Upgrade.php b/database/migrations/2017_12_03_091509_Laravel55Upgrade.php new file mode 100644 index 00000000..1243d201 --- /dev/null +++ b/database/migrations/2017_12_03_091509_Laravel55Upgrade.php @@ -0,0 +1,29 @@ +call('cache:clear'); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // same thing + $this->up(); + } +}