mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-21 18:56:02 +03:00
Removed autoloader reference
This commit is contained in:
parent
9cc77d1d14
commit
c61e6f41f9
@ -44,7 +44,6 @@ This is just a simple code to show how to access messages by using Fetch. It use
|
||||
own autoload, but it can (and should be, if applicable) replaced with the one generated
|
||||
by composer.
|
||||
|
||||
require 'autoload.php';
|
||||
|
||||
$server = new \Fetch\Server('imap.example.com', 993);
|
||||
$server->setAuthentication('dummy', 'dummy');
|
||||
@ -59,4 +58,4 @@ by composer.
|
||||
|
||||
## License
|
||||
|
||||
Fetch is licensed under the BSD License. See the LICENSE file for details.
|
||||
Fetch is licensed under the BSD License. See the LICENSE file for details.
|
||||
|
Loading…
Reference in New Issue
Block a user