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

PHP Fatal error: Class 'TransferFileFacadeFactory' not found #38

Open
pasket opened this issue Mar 1, 2014 · 2 comments
Open

PHP Fatal error: Class 'TransferFileFacadeFactory' not found #38

pasket opened this issue Mar 1, 2014 · 2 comments

Comments

@pasket
Copy link

pasket commented Mar 1, 2014

Hi, I'm new in php an composer. It'd be great if someone could help with this error. I made:

$ git clone git://github.com/digitick/php-sepa-xml

$ cd php-sepa-xml

$ composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev)
Nothing to install or update
Generating autoload files

$ vim example.php

$ php example.php
PHP Fatal error: Class 'TransferFileFacadeFactory' not found in /var/www/php-sepa-xml/example.php on line 6

@ch3ric
Copy link
Contributor

ch3ric commented Mar 2, 2014

You must add this line before calling TransferFileFacadeFactory:
use Digitick\Sepa\TransferFile\Factory\TransferFileFacadeFactory;

See PHP namespaces: http://fr2.php.net/manual/en/language.namespaces.php

This is not an issue.

@pasket
Copy link
Author

pasket commented Mar 2, 2014

Thank you.

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

No branches or pull requests

2 participants