Skip to content

Commit

Permalink
#14862 - Rename 'public' schema to 'private'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Feb 25, 2020
1 parent ef7b797 commit 1ac8a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_data/fixtures/models/OrdersProducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class OrdersProducts extends Model

public function initialize()
{
$this->setSchema('public');
$this->setSchema('private');
$this->setSource('co_orders_x_products');
}
}

0 comments on commit 1ac8a31

Please sign in to comment.