Some last-minute fixes.

This commit is contained in:
James Cole
2018-07-03 17:48:26 +02:00
parent 53addcf99a
commit 18b06ff283
7 changed files with 50 additions and 12 deletions

View File

@@ -36,6 +36,7 @@ use Illuminate\Database\Eloquent\Model;
* @property int $order
* @property bool $active
* @property bool $stop_processing
* @property Rule $rule
*/
class RuleAction extends Model
{