We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b375d0 commit 3ab12c2Copy full SHA for 3ab12c2
src/Models/HessamConfiguration.php
@@ -11,6 +11,8 @@
11
*/
12
class HessamConfiguration extends Model
13
{
14
+ protected $primaryKey = 'key';
15
+
16
public $fillable = [
17
'key',
18
'value'
0 commit comments