Skip to content

Commit

Permalink
Add type-hints
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPoellmann committed May 16, 2022
1 parent 5ceb215 commit 2c83dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Illuminate\Support\Facades\Schema;

class AddMetaDescToTaxonomiesTable extends Migration
{
protected $taxonomies;
protected string $taxonomies;

public function __construct()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Illuminate\Support\Facades\Schema;

class AddVisibilityToTaxonomiesTable extends Migration
{
protected $taxonomies;
protected string $taxonomies;

public function __construct()
{
Expand Down

0 comments on commit 2c83dd6

Please sign in to comment.