Commit c0a22011 by Mark

end of line fix

parent f267f462
......@@ -42,4 +42,4 @@ class ActionEvent extends Event
$this->action = $action;
parent::__construct($config);
}
}
\ No newline at end of file
}
......@@ -180,4 +180,4 @@ class Event extends Object
}
} while (($class = get_parent_class($class)) !== false);
}
}
\ No newline at end of file
}
......@@ -22,4 +22,4 @@ class ModelEvent extends Event
* A model is in valid status if it passes validations or certain checks.
*/
public $isValid = true;
}
\ No newline at end of file
}
......@@ -43,4 +43,4 @@ class ViewEvent extends Event
$this->viewFile = $viewFile;
parent::__construct($config);
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment