remove duplicate section

This commit is contained in:
Lars Wallenborn 2015-06-22 17:21:57 +02:00
parent b9c49cb96d
commit ca61410f57
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: