Skip to content

Commit

Permalink
Merge pull request #2 from ivanhrytsaim/patch-1
Browse files Browse the repository at this point in the history
Update AbstractController.php
  • Loading branch information
magefan authored Jan 15, 2024
2 parents 2b12f3b + 8a8cbdf commit f76ebb2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Controller/Adminhtml/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ abstract class AbstractController extends Action
* @var string
*/
protected $message = '';

/**
* @var ScopeConfigInterface
*/
protected $scopeConfigInterface;

/**
* @param Context $context
Expand Down
4 changes: 4 additions & 0 deletions Model/ResourceModel/Schedule/Grid/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

class Collection extends ScheduleCollection implements SearchResultInterface
{
/**
* @var string
*/
protected $_idFieldName = 'schedule_id';
/**
* @var TimezoneInterface
*/
Expand Down

0 comments on commit f76ebb2

Please sign in to comment.