This method's name is shorter than the configured minimum length of 3 characters.
Even though PHP does not care about the name of your methods, it is generally a
good practice to choose method names which can be easily understood by other human
readers.
Loading history...
18
{
19
Schema::create('config', function (Blueprint $table) {
Even though PHP does not care about the name of your methods, it is generally a good practice to choose method names which can be easily understood by other human readers.