When a class/model file is loaded, Laravel will throw an error if the name of that class is comprised of only numbers: ```syntax error, unexpected '324324' (T_LNUMBER), expecting identifier (T_STRING)``` 
When a class/model file is loaded, Laravel will throw an error if the name of that class is comprised of only numbers:
syntax error, unexpected '324324' (T_LNUMBER), expecting identifier (T_STRING)