Skip to content

Commit

Permalink
Merge branch 'release/1.8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobe committed Apr 18, 2024
2 parents 0aeca16 + a41da65 commit 4bde66a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions src/ride/web/orm/controller/ScaffoldController.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,6 @@ class ScaffoldController extends AbstractController {
protected $orm;
protected $component;

/**
* @var mixed|null
*/
protected $orm;

protected $component;

/**
* Constructs a new scaffold controller
* @param string $modelName Name of the model to scaffold, if not provided the name will be retrieved from the class name
Expand Down
4 changes: 0 additions & 4 deletions src/ride/web/orm/form/ScaffoldComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ class ScaffoldComponent extends AbstractComponent {
protected $ormService;
protected $proxy;

protected $ormService;

protected $proxy;

/**
* Constructs a new scaffold form component
* @param \ride\web\WebApplication $web Instance of the web application
Expand Down
2 changes: 0 additions & 2 deletions src/ride/web/orm/table/scaffold/ScaffoldTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ class ScaffoldTable extends ModelTable {
protected $orderStatements;
protected $translator;

protected $translator;

/**
* Constructs a new scaffold table
* @param \ride\library\orm\model\Model $model Model for the data of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ class LocalizeDecorator implements Decorator {
private $locale;
private $meta;

private $meta;

/**
* Constructs a new localize decorator
* @param \ride\library\orm\model\Model $model Model of the data
Expand Down

0 comments on commit 4bde66a

Please sign in to comment.