Add ability to change service implementation for a server.

This commit is contained in:
Dane Everitt
2017-04-21 17:52:44 -04:00
parent e0958414d7
commit a5a1ea3165
5 changed files with 383 additions and 85 deletions

View File

@@ -72,6 +72,7 @@ class Server extends Model
*/
protected $casts = [
'node_id' => 'integer',
'skip_scripts' => 'boolean',
'suspended' => 'integer',
'owner_id' => 'integer',
'memory' => 'integer',