add setting to disable user aircraft rank restriction #138

This commit is contained in:
Nabeel Shahzad
2018-01-19 12:46:30 -05:00
parent 333f866232
commit 7c70bb0971
10 changed files with 202 additions and 82 deletions

View File

@@ -0,0 +1,12 @@
<?php
/**
*
*/
namespace App\Exceptions;
class SettingNotFound extends \Exception
{
}