| @@ -16,7 +16,7 @@ | ||
| 16 | 16 | */ | 
| 17 | 17 | public function handle($request, Closure $next) | 
| 18 | 18 |      { | 
| 19 | -        if (! app('settings')->withinEnrollmentPeriod()) { | |
| 19 | +        if ( ! app('settings')->withinEnrollmentPeriod()) { | |
| 20 | 20 |              flash('The enrollments period is closed. You are not allowed to perform this action.')->error(); | 
| 21 | 21 | |
| 22 | 22 |              return redirect()->route('dashboard'); | 
| @@ -16,7 +16,7 @@ | ||
| 16 | 16 | */ | 
| 17 | 17 | public function handle($request, Closure $next) | 
| 18 | 18 |      { | 
| 19 | -        if (! app('settings')->withinExchangePeriod()) { | |
| 19 | +        if ( ! app('settings')->withinExchangePeriod()) { | |
| 20 | 20 |              flash('The exchanges period is closed. You are not allowed to perform this action.')->error(); | 
| 21 | 21 | |
| 22 | 22 |              return redirect()->route('dashboard'); |