8000 Updated the application to Symfony 3.3.0 by javiereguiluz · Pull Request #562 · symfony/demo · GitHub
[go: up one dir, main page]

Skip to content

Updated the application to Symfony 3.3.0 #562

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

Closed
wants to merge 16 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed a TODO messages because this won't be changed
  • Loading branch information
javiereguiluz committed May 26, 2017
commit b04612853b53f994791d26dd60f5c64e1329c889
1 change: 0 additions & 1 deletion src/AppBundle/DataFixtures/ORM/PostFixtures.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public function load(ObjectManager $manager)

$post->setTitle($title);
$post->setSummary($this->getRandomPostSummary());
// TODO: fix this 'slugger' call
$post->setSlug($this->container->get('slugger')->slugify($post->getTitle()));
$post->setContent($this->getPostContent());
// "References" are the way to share objects between fixtures defined
Expand Down
0