Skip to content

Commit

Permalink
Merge pull request #404 from shakewellagency/0.x
Browse files Browse the repository at this point in the history
add exits and wasrecentlycreated
  • Loading branch information
voidgraphics authored Oct 12, 2022
2 parents c1555e9 + 947d262 commit c62f87e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Layouts/Layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,21 @@ class Layout implements LayoutInterface, JsonSerializable, ArrayAccess, Arrayabl
use HidesAttributes;
use HasFlexible;


/**
* Define that Layout is a model, when in fact it is not.
*
* @var bool
*/
protected $exists = false;

/**
* Define that Layout is a model, when in fact it is not.
*
* @var bool
*/
protected $wasRecentlyCreated = false;

/**
* The layout's name
*
Expand Down

0 comments on commit c62f87e

Please sign in to comment.