Merge remote-tracking branch 'origin/master' into email-verification

This commit is contained in:
Milos Holba
2021-05-26 13:17:39 +02:00
139 changed files with 6938 additions and 4526 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ class File extends Model
/**
* Form\a\t created at date reformat
*
* @return string
* @return string|null
*/
public function getDeletedAtAttribute()
{
@@ -98,7 +98,7 @@ class File extends Model
/**
* Format thumbnail url
*
* @return string
* @return string|null
*/
public function getThumbnailAttribute()
{
+1 -1
View File
@@ -109,7 +109,7 @@ class Folder extends Model
/**
* Format created at date reformat
*
* @return string
* @return string|null
*/
public function getDeletedAtAttribute()
{
+3
View File
@@ -6,6 +6,9 @@ use Illuminate\Database\Eloquent\Model;
use Illuminate\Notifications\Notifiable;
use Illuminate\Database\Eloquent\Factories\HasFactory;
/**
* @method static whereNotNull(string $string)
*/
class Share extends Model
{
use Notifiable, HasFactory;