Fix a missing use

Bump the version
This commit is contained in:
Timothée Jaussoin 2021-01-14 15:40:44 +01:00
parent 539cf21269
commit a82d66bc48
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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"