moving structure works back to jobs

This commit is contained in:
2019-05-30 19:47:40 -05:00
parent 57dc1f2c4d
commit 4f272fc3a1
4 changed files with 5 additions and 41 deletions

View File

@@ -3,6 +3,8 @@
/**
* W4RP Services
* GNU Public License
*
* Finally works in it's current state. Need to move to a job process.
*/
namespace App\Library\Structures;
@@ -115,7 +117,6 @@ class StructureHelper {
//Save the database record
$st->save();
dd($st);
}
}
}