Skip to content
Snippets Groups Projects
Commit 33129a6b authored by Benjamin Bellamy's avatar Benjamin Bellamy :speech_balloon:
Browse files

fix: corrected platform models

parent a70b64d7
No related branches found
No related tags found
1 merge request!7feat: added platforms tables
......@@ -28,6 +28,4 @@ class PlatformLinkModel extends Model
protected $useSoftDeletes = false;
protected $useTimestamps = true;
protected $createdField = 'created_at';
protected $updatedField = 'updated_at';
}
\ No newline at end of file
......@@ -33,6 +33,4 @@ class PlatformModel extends Model
protected $useSoftDeletes = false;
protected $useTimestamps = true;
protected $createdField = 'created_at';
protected $updatedField = 'updated_at';
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment