Skip to content

Commit 241db65

Browse files
author
Artem Brezhnev
authored
Merge pull request 24Slides#56 from danijelk/patch-1
Laravel 10 update
2 parents e434f59 + 38ffd13 commit 241db65

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
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": {

src/Models/Tenant.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)