Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Call to a member function count() on a non-object #128

Closed
Helfull opened this issue Nov 22, 2013 · 2 comments
Closed

Call to a member function count() on a non-object #128

Helfull opened this issue Nov 22, 2013 · 2 comments

Comments

@Helfull
Copy link

Helfull commented Nov 22, 2013

unbenannt

i used following rules

$rules = array(

            'email'=>'required|email',
            'password' => 'regex:"((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%!]))"|confirmed',
            'password_confirmation' => 'regex:"((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%!]))'

        );
@Helfull
Copy link
Author

Helfull commented Nov 22, 2013

i should call parent::__construct if i extend ardent

@Helfull Helfull closed this as completed Nov 22, 2013
@DiederikvandenB
Copy link

Can this maybe be added to the documentation? Some people might not know this :) (as did I).

igorsantos07 added a commit that referenced this issue May 10, 2015
igorsantos07 added a commit that referenced this issue May 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants