Merge branch 'dev' of github.com:nabeelio/phpvms into dev
This commit is contained in:
commit
3aef1a0aae
@ -25,11 +25,11 @@ The latest documentation, with installation instructions is available
|
|||||||
- Database:
|
- Database:
|
||||||
- MySQL 5.5+ (or MySQL variant, including MariaDB and Percona)
|
- MySQL 5.5+ (or MySQL variant, including MariaDB and Percona)
|
||||||
|
|
||||||
[View more details on requirements](http://docs.phpvms.net/basics/requirements)
|
[View more details on requirements](http://docs.phpvms.net/setup/requirements)
|
||||||
|
|
||||||
## Installer
|
## Installer
|
||||||
|
|
||||||
1. Upload to your server
|
1. Upload to your server
|
||||||
2. Visit the site, and follow the link to the installer
|
2. Visit the site, and follow the link to the installer
|
||||||
|
|
||||||
[View installation details](http://docs.phpvms.net/basics/installation)
|
[View installation details](http://docs.phpvms.net/setup/installation)
|
||||||
|
@ -366,6 +366,8 @@ class PirepController extends Controller
|
|||||||
$this->pirepSvc->saveRoute($pirep);
|
$this->pirepSvc->saveRoute($pirep);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->pirepSvc->submit($pirep);
|
||||||
|
|
||||||
return new PirepResource($pirep);
|
return new PirepResource($pirep);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,6 +14,6 @@ return [
|
|||||||
'updateprofile' => 'Actualizar perfil',
|
'updateprofile' => 'Actualizar perfil',
|
||||||
'editprofile' => 'Editar perfil',
|
'editprofile' => 'Editar perfil',
|
||||||
'edityourprofile' => 'Editar tu perfil',
|
'edityourprofile' => 'Editar tu perfil',
|
||||||
'opt-in' => 'Optar En',
|
'opt-in' => 'Inscribirse',
|
||||||
'opt-in-descrip' => 'Sí, incluirme en correos electrónicos no administrativos',
|
'opt-in-descrip' => 'Sí, incluirme en correos electrónicos no administrativos',
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user