Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "active" attribute #8

Merged
merged 2 commits into from
Apr 10, 2015
Merged

Add "active" attribute #8

merged 2 commits into from
Apr 10, 2015

Conversation

reuhtte
Copy link
Contributor

@reuhtte reuhtte commented Apr 9, 2015

Add active attribute to have the posibility to activate and deactivate behavior from external configuration.

Add active attribute to have the posibility activate and deactivate behavior from external configuration.
public $storeTimestamp = false;
public $skipNulls = true;

public $actvie = true;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tested this?

I say that since this is a typo from your usage of "active" below.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, yes I have tested this code in a project I'm working. Yes, it is a typo, because I was too lazy to do it properly, and I edit the Loggable file directly from github page :(... sorry.

active atributte typo error corrected ( from $activie  to $active)
Sammaye added a commit that referenced this pull request Apr 10, 2015
@Sammaye Sammaye merged commit 83eda54 into Sammaye:master Apr 10, 2015
@Sammaye
Copy link
Owner

Sammaye commented Apr 10, 2015

Perfect thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants