diff --git a/resources/views/blacklist/add.blade.php b/resources/views/blacklist/add.blade.php
index 741cddb46..72c4a1fd0 100644
--- a/resources/views/blacklist/add.blade.php
+++ b/resources/views/blacklist/add.blade.php
@@ -1,7 +1,7 @@
@extends('layouts.b4')
@section('content')
- {!! Form::open(['action' => 'Corps\BlacklistController@AddToBlacklist', 'method' => 'POST']) !!}
+ {!! Form::open(['action' => 'Blacklist\BlacklistController@AddToBlacklist', 'method' => 'POST']) !!}
{{ Form::label('name', 'Character Name') }}
{{ Form::text('name', '', ['class' => 'form-control', 'placeholder' => 'CCP Antiquarian']) }}