File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/nl/deschepers/laraveltinker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class ConsoleFileRepository(val project: Project) {
5757 return false
5858 }
5959
60- fun getTinkerConsoleFiles (): List <VirtualFile > {
60+ private fun getTinkerConsoleFiles (): List <VirtualFile > {
6161 val files = FileTypeIndex .getFiles(LaravelTinkerConsoleType .INSTANCE , GlobalSearchScope .projectScope(project))
6262 .sortedByDescending { it.modificationStamp }
6363 return files
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import nl.deschepers.laraveltinker.settings.PersistentApplicationCache
1313 * Consider financially supporting me to get a legit key <3
1414 */
1515object PlugUtil {
16- internal const val SUPPORT_MESSAGE_EXECUTIONS = 10
16+ private const val SUPPORT_MESSAGE_EXECUTIONS = 10
1717
1818 fun getPlug (): String? {
1919 if (! hasValidKey()) {
You can’t perform that action at this time.
0 commit comments