More work on ordering

This commit is contained in:
Deon George
2018-08-11 15:09:41 +10:00
parent 499d44289e
commit 5373e6b246
33 changed files with 730 additions and 163 deletions

View File

@@ -30,6 +30,6 @@ class CreateSiteDetails extends Migration
*/
public function down()
{
Schema::dropIfExists('site_details');
Schema::dropIfExists('site_details');
}
}