Skip to content

Commit

Permalink
added left and right column name for baux support
Browse files Browse the repository at this point in the history
  • Loading branch information
Trexology committed Apr 28, 2020
1 parent 145ea83 commit 196f0a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Models/InventoryCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ class InventoryCategory extends Node
{
use CategoryTrait;

protected $leftColumnName = 'lft';
protected $rightColumnName = 'rgt';

protected $fillable = [
'name',
];
Expand Down

0 comments on commit 196f0a4

Please sign in to comment.