mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-05-02 00:46:24 +00:00
Fix a missing use
Bump the version
This commit is contained in:
parent
539cf21269
commit
a82d66bc48
2 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
namespace App\Http\Controllers\Account;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
use Illuminate\Support\Str;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#%define _datadir %{_datarootdir}
|
||||
#%define _docdir %{_datadir}/doc
|
||||
|
||||
%define build_number 42
|
||||
%define build_number 43
|
||||
%define var_dir /var/opt/belledonne-communications
|
||||
%define opt_dir /opt/belledonne-communications/share/flexisip-account-manager
|
||||
%define env_file "$RPM_BUILD_ROOT/etc/flexisip-account-manager/flexiapi.env"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue