Merge pull request #23 from larsborn/patch-2

remove duplicate section
This commit is contained in:
David Badura 2015-06-22 22:19:58 +02:00
commit d6c82c04e7
1 changed files with 0 additions and 7 deletions

View File

@ -94,13 +94,6 @@ create TaskManager:
$tm = TaskManager::create(); $tm = TaskManager::create();
``` ```
save a task:
```php
$task = new Task();
$task->setDescription('foo');
$tm->save($task);
```
save a task: save a task: