@@ -92,7 +92,7 @@ |
||
| 92 | 92 | return redirect()->route('home'); |
| 93 | 93 | } |
| 94 | 94 | |
| 95 | - $this->seo()->setTitle('Update Project: '. $project->title); |
|
| 95 | + $this->seo()->setTitle('Update Project: '.$project->title); |
|
| 96 | 96 | $this->seo()->setDescription($project->description); |
| 97 | 97 | |
| 98 | 98 | |