Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
M2 content provisioning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TechDivision Public
M2 content provisioning
Commits
b5a5b15c
Unverified
Commit
b5a5b15c
authored
4 years ago
by
LukasKiederle
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #36 from galdobins/develop
Change Recurring InstallSchema script to InstallData
parents
6925d3c3
20fbc94e
Branches
Branches containing commit
Tags
1.3.2
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Setup/RecurringData.php
+4
-4
4 additions, 4 deletions
Setup/RecurringData.php
with
4 additions
and
4 deletions
Setup/Recurring.php
→
Setup/Recurring
Data
.php
+
4
−
4
View file @
b5a5b15c
...
...
@@ -5,14 +5,14 @@ namespace Firegento\ContentProvisioning\Setup;
use
Firegento\ContentProvisioning\Model\BlockInstaller
;
use
Firegento\ContentProvisioning\Model\PageInstaller
;
use
Magento\Framework\Setup\InstallSchemaInterface
;
use
Magento\Framework\Setup\InstallDataInterface
;
use
Magento\Framework\Setup\ModuleDataSetupInterface
;
use
Magento\Framework\Setup\ModuleContextInterface
;
use
Magento\Framework\Setup\SchemaSetupInterface
;
/**
* Class Recurring
*/
class
Recurring
implements
Install
Schem
aInterface
class
Recurring
Data
implements
Install
Dat
aInterface
{
/**
* @var PageInstaller
...
...
@@ -39,7 +39,7 @@ class Recurring implements InstallSchemaInterface
/**
* {@inheritdoc}
*/
public
function
install
(
Schem
aSetupInterface
$setup
,
ModuleContextInterface
$context
)
public
function
install
(
ModuleDat
aSetupInterface
$setup
,
ModuleContextInterface
$context
)
{
$this
->
pageInstaller
->
install
();
$this
->
blockInstaller
->
install
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment