File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 1414 "require" : {
1515 "php" : " >=7.1" ,
1616 "ext-openssl" : " *" ,
17- "illuminate/console" : " ~5.5|^6.0|^7.0|^8.0|^9.0" ,
18- "illuminate/database" : " ~5.5|^6.0|^7.0|^8.0|^9.0" ,
19- "illuminate/support" : " ~5.4|^6.0|^7.0|^8.0|^9.0" ,
20- "onelogin/php-saml" : " ^3.0" ,
17+ "illuminate/console" : " ~5.5|^6.0|^7.0|^8.0|^9.0|^10.0 " ,
18+ "illuminate/database" : " ~5.5|^6.0|^7.0|^8.0|^9.0|^10.0 " ,
19+ "illuminate/support" : " ~5.4|^6.0|^7.0|^8.0|^9.0|^10.0 " ,
20+ "onelogin/php-saml" : " ^3.0|^4.0 " ,
2121 "ramsey/uuid" : " ^3.8|^4.0"
2222 },
2323 "require-dev" : {
Original file line number Diff line number Diff line change @@ -60,13 +60,4 @@ class Tenant extends Model
6060 protected $ casts = [
6161 'metadata ' => 'array '
6262 ];
63-
64- /**
65- * The attributes that should be mutated to dates.
66- *
67- * @var array
68- */
69- protected $ dates = [
70- 'deleted_at '
71- ];
7263}
You can’t perform that action at this time.
0 commit comments