Skip to content

Commit

Permalink
updated snapshots for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezrazi committed Oct 16, 2020
1 parent 9dd8bad commit 98e25a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ class Post extends Model
{
use HasFactory;
protected $fillable = [];
protected static function newFactory()
{
return \\Modules\\Blog\\Database\\factories\\PostFactory::new();
}
protected $fillable = [];
}
';
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ class Post extends Model
{
use HasFactory;
protected $fillable = [];
protected static function newFactory()
{
return \\Modules\\Blog\\Database\\factories\\PostFactory::new();
}
protected $fillable = [];
}
';
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ class Post extends Model
{
use HasFactory;
protected $fillable = [];
protected static function newFactory()
{
return \\Modules\\Blog\\Database\\factories\\PostFactory::new();
}
protected $fillable = [];
}
';
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ class Post extends Model
{
use HasFactory;
protected $fillable = ["title","slug"];
protected static function newFactory()
{
return \\Modules\\Blog\\Database\\factories\\PostFactory::new();
}
protected $fillable = ["title","slug"];
}
';

0 comments on commit 98e25a3

Please sign in to comment.